mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] login: correct a typo in command description
@ 2011-09-24  7:04 Paul Fertser
  0 siblings, 0 replies; only message in thread
From: Paul Fertser @ 2011-09-24  7:04 UTC (permalink / raw)
  To: barebox; +Cc: Paul Fertser

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
---
 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] <command>]\n"
-"If a timeout is specified and expired the command will be executed\n"
-"by default boot\n"
+"Usage: login [-t timeout [<command>]]\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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-24  7:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-24  7:04 [PATCH] login: correct a typo in command description Paul Fertser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox