From 18a63e4bc041538dd20951f492af2af82142aa5d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 11 Nov 2019 12:48:48 -0800 Subject: More unambiguous and simple command line semantics (bb [options/cmds] [[--] path]) --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bb.h') 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" -- cgit v1.2.3