From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bw0-f49.google.com ([209.85.214.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R7MJ2-00079h-Hu for barebox@lists.infradead.org; Sat, 24 Sep 2011 07:05:49 +0000 Received: by bkat2 with SMTP id t2so5096016bka.36 for ; Sat, 24 Sep 2011 00:05:44 -0700 (PDT) From: Paul Fertser Date: Sat, 24 Sep 2011 11:04:46 +0400 Message-Id: <1316847886-3542-1-git-send-email-fercerpav@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] login: correct a typo in command description To: barebox@lists.infradead.org Cc: Paul Fertser Signed-off-by: Paul Fertser --- commands/login.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/login.c b/commands/login.c index 610fb9e..3f6d308 100644 --- a/commands/login.c +++ b/commands/login.c @@ -71,9 +71,9 @@ static int do_login(struct command *cmdtp, int argc, char *argv[]) } static const __maybe_unused char cmd_login_help[] = -"Usage: login [[-t timeout] ]\n" -"If a timeout is specified and expired the command will be executed\n" -"by default boot\n" +"Usage: login [-t timeout []]\n" +"If a timeout is specified and expired the command will be executed;\n" +"\"boot\" by default\n" ; BAREBOX_CMD_START(login) -- 1.7.3.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox