From 43f4c1d3c999b9eda85551204ab7ce7edf1e9a47 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 22 Jul 2014 09:56:45 +0200 Subject: Documentation: remove "all all" in help's help text. Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- commands/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.c') diff --git a/commands/help.c b/commands/help.c index 9c33807fad..898533594f 100644 --- a/commands/help.c +++ b/commands/help.c @@ -128,7 +128,7 @@ static int do_help(int argc, char *argv[]) BAREBOX_CMD_HELP_START(help) -BAREBOX_CMD_HELP_TEXT("Without arguments, lists all all commands. With an argument, print help") +BAREBOX_CMD_HELP_TEXT("Without arguments, lists all commands. With an argument, print help") BAREBOX_CMD_HELP_TEXT("about the specified command. If the argument is 'all', then output help") BAREBOX_CMD_HELP_TEXT("for all commands.") BAREBOX_CMD_HELP_TEXT("") -- cgit v1.2.3