소스 검색

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>
Scott Wood 16 년 전
부모
커밋
695c130e4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/cmd_nand.c

+ 1 - 1
common/cmd_nand.c

@@ -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"
 	   "info - show available NAND devices\n"
 	   "nand device [dev] - show or set current device\n"
 	   "nand device [dev] - show or set current device\n"
 	   "nand read - addr off|partition size\n"
 	   "nand read - addr off|partition size\n"