From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 20 Jun 2014 09:59:20 -0600 Subject: [U-Boot] [PATCH] thor: cosmetic: Update the cmd_thordown help message to present example usage In-Reply-To: <1403249741-17014-1-git-send-email-l.majewski@samsung.com> References: <1403249741-17014-1-git-send-email-l.majewski@samsung.com> Message-ID: <53A45A58.8090600@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/20/2014 01:35 AM, Lukasz Majewski wrote: > diff --git a/common/cmd_thordown.c b/common/cmd_thordown.c > U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down, > "TIZEN \"THOR\" downloader", > - " \n" > + " e.g. thor 0 mmc 0\n" > " - device software upgrade via LTHOR TIZEN dowload\n" > " program via on device ,\n" > " attached to interface \n" I couldn't find any examples of other commands which do this. Rathe than add the "e.g." text, perhaps just add the word "thor" at the start of the command parameter list. That's much more common in existing commands: - " \n" + "thor \n"