diff options
Diffstat (limited to 'src/core/exec.c')
| -rw-r--r-- | src/core/exec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/exec.c b/src/core/exec.c index 57b2df581..e6f204879 100644 --- a/src/core/exec.c +++ b/src/core/exec.c @@ -298,8 +298,7 @@ static struct option_descriptor exit_opts[] = {}; /** "exit" command descriptor */ static struct command_descriptor exit_cmd = - COMMAND_DESC ( struct exit_options, exit_opts, 0, 1, - "[<status>]", "" ); + COMMAND_DESC ( struct exit_options, exit_opts, 0, 1, "[<status>]" ); /** * "exit" command @@ -344,7 +343,7 @@ static struct option_descriptor isset_opts[] = {}; /** "isset" command descriptor */ static struct command_descriptor isset_cmd = COMMAND_DESC ( struct isset_options, isset_opts, 0, MAX_ARGUMENTS, - "[...]", "" ); + "[...]" ); /** * "isset" command |
