aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-11-11 12:48:48 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-11-11 12:48:48 -0800
commit18a63e4bc041538dd20951f492af2af82142aa5d (patch)
treedbc5332087b3ba142b5d678b1f801d2fc1a01ef2 /bb.h
parentdbd558f6e2caac58e147cff8371a7d6f5700b39e (diff)
More unambiguous and simple command line semantics (bb [options/cmds]
[[--] path])
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index f3e3a29..e64671d 100644
--- a/bb.h
+++ b/bb.h
@@ -251,7 +251,7 @@ static const struct termios default_termios = {
};
static const char *description_str = "bb - an itty bitty console TUI file browser\n";
-static const char *usage_str = "Usage: bb (-h/--help | -v/--version | -s | -d | -0 | +command | path)*\n";
+static const char *usage_str = "Usage: bb (-h/--help | -v/--version | -s | -d | -0 | +command)* [[--] directory]\n";
// Shell functions
static const char *bbcmdfn = "bbcmd() {\n"