Browse Source

Bug 9892: [QA Follow-up] Typo and updated usage

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>
3.20.x
Marcel de Rooy 9 years ago
committed by Tomas Cohen Arazi
parent
commit
c2d63e5e4e
  1. 10
      misc/export_borrowers.pl

10
misc/export_borrowers.pl

@ -47,13 +47,15 @@ $0 -h
-s, --separator=CHAR This character will be used to separate fields. -s, --separator=CHAR This character will be used to separate fields.
Some characters like | or ; will need to be escaped Some characters like | or ; will need to be escaped
in the parameter setting, like -s=\\| or -s=\\; 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 -H, --show-header Print field names on first row
-w, --where=CONDITION Condition to filter borrowers to export -w, --where=CONDITION Condition to filter borrowers to export
(SQL where clause). (SQL where clause).
CONDITION must be enclosed by double quotes and CONDITION must be enclosed by double quotes
if needed, where value by single quotes. You can use single quotes around a field value
example : --where "surname='De Lattre'" within the condition like:
--where "surname='De Lattre'"
-h, --help Show this help -h, --help Show this help
USAGE USAGE

Loading…
Cancel
Save