From c102e8ce14f37a0f7d61fde7ff59024eb308cf7a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 4 Mar 2015 21:03:43 +0100 Subject: [PATCH] run_recovery: fix help string help string in newer u-boots already include the command name. This is a very old u-boot so we need to include it again --- u-boot/common/cmd_recovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/common/cmd_recovery.c b/u-boot/common/cmd_recovery.c index b15fa3a12a..e842e9d2f7 100644 --- a/u-boot/common/cmd_recovery.c +++ b/u-boot/common/cmd_recovery.c @@ -128,6 +128,6 @@ static int do_run_recovery(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) U_BOOT_CMD( run_recovery, 2, 0, do_run_recovery, - "Run the sysmocom sysmoBTS recovery process", + "run_recovery - Run the sysmocom sysmoBTS recovery process", "[force]" );