diff options
author | Scott Wood | 2008-10-27 15:38:30 -0500 |
---|---|---|
committer | Scott Wood | 2008-10-29 10:42:18 -0500 |
commit | 695c130e4bf75b444720ddfd83aca88f41c046cf (patch) | |
tree | d408342b379a86eacc67f715e1bb709f64b0edaa | |
parent | 33efde5ecac91ab118ff00b95a181fd6d75f8645 (diff) |
NAND: Align right column of the shorthelp with other commands.
I accidentally broke this in when making consistent the partial
alignment of the longhelp.
Signed-off-by: Scott Wood <scottwood@freescale.com>
-rw-r--r-- | common/cmd_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_nand.c b/common/cmd_nand.c index ea43f4f86e0..0a366d32c47 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -469,7 +469,7 @@ usage: } U_BOOT_CMD(nand, 5, 1, do_nand, - "nand - NAND sub-system\n", + "nand - NAND sub-system\n", "info - show available NAND devices\n" "nand device [dev] - show or set current device\n" "nand read - addr off|partition size\n" |