]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: fru: Use the same format in long help
authorMichal Simek <michal.simek@xilinx.com>
Tue, 16 Apr 2019 06:04:04 +0000 (08:04 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 6 Jun 2019 11:46:52 +0000 (13:46 +0200)
Use the same format for both capture/display options.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/fru.c

index 10b6e6ff9a970cbd4538a9477c7a20b8cbe10259..b8efaad26813465e2808b7cbde0963aaf2486dc0 100644 (file)
--- a/cmd/fru.c
+++ b/cmd/fru.c
@@ -60,9 +60,9 @@ static int do_fru(cmd_tbl_t *cmdtp, int flag, int argc,
 /***************************************************/
 #ifdef CONFIG_SYS_LONGHELP
 static char fru_help_text[] =
-       "capture <addr>- Parse and capture FRU table present at address.\n"
-       "display = Displays content of FRU table that was captured using\n"
-       "          fru capture command\n"
+       "fru capture <addr> - Parse and capture FRU table present at address.\n"
+       "fru display - Displays content of FRU table that was captured using\n"
+       "              fru capture command\n"
        ;
 #endif