diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-11-11 12:48:48 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-11-11 12:48:48 -0800 |
| commit | 18a63e4bc041538dd20951f492af2af82142aa5d (patch) | |
| tree | dbc5332087b3ba142b5d678b1f801d2fc1a01ef2 /bb.h | |
| parent | dbd558f6e2caac58e147cff8371a7d6f5700b39e (diff) | |
More unambiguous and simple command line semantics (bb [options/cmds]
[[--] path])
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
