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 /txr.1 | |
parent | 959b2af05ba8b7907a74407f0f8e187e4ae8ca4c (diff) | |
download | txr-d93698c8d77c2bc01bc78c3e495ef3e484100e55.tar.gz txr-d93698c8d77c2bc01bc78c3e495ef3e484100e55.tar.bz2 txr-d93698c8d77c2bc01bc78c3e495ef3e484100e55.zip |
* txr.1: Document -l/--lisp-bindings.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |