From 71e806048e5a370fbcabf5441de33bd3f083903a Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Sat, 24 Sep 2011 11:04:46 +0400 Subject: login: correct a typo in command description Signed-off-by: Paul Fertser Signed-off-by: Sascha Hauer --- commands/login.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands/login.c') 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] ]\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) -- cgit v1.2.3