9
0
Fork 0

login: correct a typo in command description

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Paul Fertser 2011-09-24 11:04:46 +04:00 committed by Sascha Hauer
parent bbd329494b
commit 71e806048e
1 changed files with 3 additions and 3 deletions

View File

@ -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)