summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-07-26 00:04:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-07-26 00:04:19 +0000
commit6e104c911677187694f476d3002eec606b820a2c (patch)
treeb978e6f010e7bbb78e145b7b8a07bba6e6f5ba6d
parentae913cd22ce6a66b306c532cddc345b5ee46c431 (diff)
downloadexecline-6e104c911677187694f476d3002eec606b820a2c.tar.xz
Help text fix for ifelse
-rw-r--r--src/execline/ifelse.c2
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)
{