diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-18 23:27:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-18 23:27:07 -0700 |
commit | e0035c263127c0a8eb864d64d69a17179b207bdd (patch) | |
tree | 791e476032e47b21882cf70f79f6e93d3db0c2c2 /txr.c | |
parent | 9e945775b879a4d6922f65e2d847011fdbcf488d (diff) | |
download | txr-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.
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |