From: Scott Wood <scottwood@freescale.com>
Date: Mon, 27 Oct 2008 20:38:30 +0000 (-0500)
Subject: NAND: Align right column of the shorthelp with other commands.
X-Git-Tag: v2025.01-rc5-pxa1908~21748
X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=695c130e4bf75b444720ddfd83aca88f41c046cf;p=u-boot.git

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>
---

diff --git a/common/cmd_nand.c b/common/cmd_nand.c
index ea43f4f86e..0a366d32c4 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"