summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-05-18 23:27:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-05-18 23:27:07 -0700
commite0035c263127c0a8eb864d64d69a17179b207bdd (patch)
tree791e476032e47b21882cf70f79f6e93d3db0c2c2
parent9e945775b879a4d6922f65e2d847011fdbcf488d (diff)
downloadtxr-e0035c263127c0a8eb864d64d69a17179b207bdd.tar.gz
txr-e0035c263127c0a8eb864d64d69a17179b207bdd.tar.bz2
txr-e0035c263127c0a8eb864d64d69a17179b207bdd.zip
Help text upkeep.
* txr.c (help): Note the existence of --args and --eargs, without giving a full description.
-rw-r--r--txr.c7
1 files changed, 7 insertions, 0 deletions
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