diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-02-05 14:24:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-05 14:24:34 -0800 |
commit | 1be4447a30aa5787b99ce2dec5c6977322aefebe (patch) | |
tree | dedfa901ce715252ff7b8acf25cd9db9b82caecb | |
parent | 4b5e53a0451dc4198399312dcf5ccf097ea53e83 (diff) | |
download | txr-1be4447a30aa5787b99ce2dec5c6977322aefebe.tar.gz txr-1be4447a30aa5787b99ce2dec5c6977322aefebe.tar.bz2 txr-1be4447a30aa5787b99ce2dec5c6977322aefebe.zip |
doc: no such thing as -Da,b,c
* txr.1: Fix the example -Da,b,c to -Dvar=a,b,c. Reported by
Paul A. Patience.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -537,8 +537,10 @@ query, so that all occurrences of the variable are substituted and match the equivalent text. If the value contains commas, these are interpreted as separators, which give rise to a list value. For instance -.code -Da,b,c -creates a list of the strings +.code -Dvar=a,b,c +binds +.code var +to the list of the strings .strn "a" , .str "b" and |