mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 02:07:55 +01:00
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>
This commit is contained in:
parent
33efde5eca
commit
695c130e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue