[U-Boot] [PATCH] NAND: Align right column of the shorthelp with other commands.
Scott Wood
scottwood at freescale.com
Mon Oct 27 21:43:47 CET 2008
I accidentally broke this in when making consistent the partial
alignment of the longhelp.
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
Applied to u-boot-nand-flash.
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 ea43f4f..0a366d3 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"
--
1.5.6.rc1.6.gc53ad
More information about the U-Boot
mailing list