diff options
Diffstat (limited to 'src/core/exec.c')
| -rw-r--r-- | src/core/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/exec.c b/src/core/exec.c index 843a51db7..1c85705ae 100644 --- a/src/core/exec.c +++ b/src/core/exec.c @@ -397,7 +397,7 @@ static struct option_descriptor echo_opts[] = { /** "echo" command descriptor */ static struct command_descriptor echo_cmd = COMMAND_DESC ( struct echo_options, echo_opts, 0, MAX_ARGUMENTS, - "[-n] [...]" ); + "[...]" ); /** * "echo" command |
