]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
NAND: Align right column of the shorthelp with other commands.
authorScott Wood <scottwood@freescale.com>
Mon, 27 Oct 2008 20:38:30 +0000 (15:38 -0500)
committerScott Wood <scottwood@freescale.com>
Wed, 29 Oct 2008 15:42:18 +0000 (10:42 -0500)
I accidentally broke this in when making consistent the partial
alignment of the longhelp.

Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_nand.c

index ea43f4f86e09b8040fdfd7d711b12784e326d354..0a366d32c4721bc60b6062d52eb66cddd48d80c6 100644 (file)
@@ -469,7 +469,7 @@ usage:
 }
 
 U_BOOT_CMD(nand, 5, 1, do_nand,
 }
 
 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"
           "info - show available NAND devices\n"
           "nand device [dev] - show or set current device\n"
           "nand read - addr off|partition size\n"