diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-09-09 06:57:40 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-09-09 06:57:40 -0700 |
commit | 5ebc2db165975ec8316f080d24ff6d354e42f5e9 (patch) | |
tree | d555d46afd15fda2ecab35ffc998fdd7c1104096 /txr.c | |
parent | 4775f0d69ff6d71332d0508986c62ccc5ab7366a (diff) | |
download | txr-5ebc2db165975ec8316f080d24ff6d354e42f5e9.tar.gz txr-5ebc2db165975ec8316f080d24ff6d354e42f5e9.tar.bz2 txr-5ebc2db165975ec8316f080d24ff6d354e42f5e9.zip |
* txr.c (help): Revised help text.
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -110,9 +110,10 @@ static void help(void) " if termination is unsuccessful.\n" "-l If dumping bindings, use TXR Lisp format.\n" "-d Debugger mode.\n" -"-a num Generate array variables up to num-dimensions.\n" -" Default is 1. Additional dimensions are fudged\n" -" by generating numeric suffixes\n" +"-a N Generate array variables up to N dimensions.\n" +" N is a decimal integer. The default value is 1.\n" +" Additional dimensions beyond N are fudged\n" +" by generating numeric suffixes. Implies -B.\n" "-c query-text The query is read from the query-text argument\n" " itself. The query-file argument is omitted in\n" " this case; the first argument is a data file.\n" @@ -120,7 +121,7 @@ static void help(void) " option, instead of the query-file argument.\n" " This allows #! scripts to pass options through\n" " to the utility.\n" -"-C number Request backward-compatible behavior to the\n" +"-C N Request backward-compatible behavior to the\n" " specified version of TXR.\n" "--help You already know!\n" "--version Display program version\n" |