diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-10 19:14:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-10 19:14:27 -0800 |
commit | d93698c8d77c2bc01bc78c3e495ef3e484100e55 (patch) | |
tree | 5951b45922b97cae846db436eca8cf1eac15612a | |
parent | 959b2af05ba8b7907a74407f0f8e187e4ae8ca4c (diff) | |
download | txr-d93698c8d77c2bc01bc78c3e495ef3e484100e55.tar.gz txr-d93698c8d77c2bc01bc78c3e495ef3e484100e55.tar.bz2 txr-d93698c8d77c2bc01bc78c3e495ef3e484100e55.zip |
* txr.1: Document -l/--lisp-bindings.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-11-10 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Document -l/--lisp-bindings. + +2011-11-10 Kaz Kylheku <kaz@kylheku.com> + * match.c (opt_nobindings, opt_arraydims): Global variables moved from parser.l. (opt_lisp_bindings): New variable. @@ -118,6 +118,9 @@ IR false for a failed query. The program still sets an appropriate termination status. +.IP -l or --lisp-bindings +Print the variable bindings in Lisp syntax instead of shell syntax. + .IP -a num Specifies the maximum number of array dimensions to use for variables arising out of collect. The default is 1. Additional dimensions are |