From 291b2ec0cc3e26f5cb8ebae040ac342adfa1ab60 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 16 Apr 2019 08:04:04 +0200 Subject: [PATCH] cmd: fru: Use the same format in long help Use the same format for both capture/display options. Signed-off-by: Michal Simek --- cmd/fru.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3