summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2011-09-24 11:04:46 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-27 09:46:32 +0200
commit71e806048e5a370fbcabf5441de33bd3f083903a (patch)
tree3abb98b196bcad697531b799ebf8fe1576f1e8f8
parentbbd329494ba6e391028f534feea3b3111749656e (diff)
downloadbarebox-71e806048e5a370fbcabf5441de33bd3f083903a.tar.gz
barebox-71e806048e5a370fbcabf5441de33bd3f083903a.tar.xz
login: correct a typo in command description
Signed-off-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/login.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/login.c b/commands/login.c
index 610fb9ed73..3f6d3082ef 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)