From e0035c263127c0a8eb864d64d69a17179b207bdd Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 18 May 2016 23:27:07 -0700 Subject: Help text upkeep. * txr.c (help): Note the existence of --args and --eargs, without giving a full description. --- txr.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/txr.c b/txr.c index 4f09bf3e..8abe8949 100644 --- a/txr.c +++ b/txr.c @@ -152,6 +152,13 @@ static void help(void) "--compat=N Synonym for -C N\n" "--gc-delta=N Invoke garbage collection when malloc activity\n" " increments by N megabytes since last collection.\n" +"--args... Allows multiple arguments to be encoded as a single\n" +" argument. This is useful in hash-bang scripting.\n" +" Peculiar syntax. See manual.\n" +"--eargs... arg Extended version of --args: additionally consumes\n" +" the following argument arg, and allows one or more\n" +" copies of it to be to be embedded in the\n" +" encoded arguments. See manual.\n" #if HAVE_FORK_STUFF "--reexec Re-execute TXR with remaining arguments.\n" #endif -- cgit v1.2.3