Bug 9892: [QA Follow-up] Typo and updated usage
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 8 May 2015 07:25:37 +0000 (09:25 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 19 May 2015 12:23:18 +0000 (09:23 -0300)
Corrected specifield.
Updated usage statement on use of delimiter pref.
Clarified the CONDITION explanation somewhat..

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
misc/export_borrowers.pl

index 4f29f31..6f0985a 100755 (executable)
@@ -47,13 +47,15 @@ $0 -h
     -s, --separator=CHAR    This character will be used to separate fields.
                             Some characters like | or ; will need to be escaped
                             in the parameter setting, like -s=\\| or -s=\\;
-                            If no separator is specifield, a comma will be used.
+                            If no separator is specified, the delimiter pref
+                            will be used (or a comma, if the pref is empty)
     -H, --show-header       Print field names on first row
     -w, --where=CONDITION   Condition to filter borrowers to export
                             (SQL where clause).
-                            CONDITION must be enclosed by double quotes and
-                            if needed, where value by single quotes.
-                            example : --where "surname='De Lattre'"
+                            CONDITION must be enclosed by double quotes
+                            You can use single quotes around a field value
+                            within the condition like:
+                                --where "surname='De Lattre'"
     -h, --help              Show this help
 
 USAGE