Created attachment 145994 [details] [review] Bug 32793: import_patrons.pl typo in usage Typo fix to prevent confusion in CLI usage
Created attachment 146028 [details] [review] Bug 32793: import_patrons.pl typo in usage Typo fix to prevent confusion in CLI usage Signed-off-by: David Nind <david@davidnind.com>
Testing notes (using koha-testing-docker): 1. From the command line run: misc/import_patrons.pl --help 2. Note that in the usage section for the [--preserve_field <column>] option, there is an underscore used for --preserve_field. This should be a dash (see the full list under options). 3. Apply the patch. 4. Repeat step 1 - the usage section now has --preserve-field with a dash.
Created attachment 146058 [details] [review] Bug 32793: import_patrons.pl typo in usage Typo fix to prevent confusion in CLI usage Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pedro: Please fill the Assignee field !
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.