diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/execline/ifelse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/ifelse.c b/src/execline/ifelse.c index edf7cdf..1a4cb3e 100644 --- a/src/execline/ifelse.c +++ b/src/execline/ifelse.c @@ -8,7 +8,7 @@ #include <skalibs/uint.h> #include <execline/execline.h> -#define USAGE "ifelse [ -n ] [ -X ] { command-if } { command-then... }" +#define USAGE "ifelse [ -n ] [ -X ] { command-if } { command-then... } command-else..." int main (int argc, char const **argv, char const *const *envp) { |