From: Michal Simek Date: Tue, 16 Apr 2019 06:04:04 +0000 (+0200) Subject: cmd: fru: Use the same format in long help X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=291b2ec0cc3e26f5cb8ebae040ac342adfa1ab60;p=thirdparty%2Fu-boot.git cmd: fru: Use the same format in long help Use the same format for both capture/display options. Signed-off-by: Michal Simek --- diff --git a/cmd/fru.c b/cmd/fru.c index 10b6e6ff9a9..b8efaad2681 100644 --- 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 - 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 - 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