From: Galen Charlton Date: Fri, 7 Apr 2023 13:39:27 +0000 (-0400) Subject: LP#2015484: (follow-up) ensure that -e means --encoding X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fgmcharlt%2Flp2015484_exclude_opac_visible_from_export;p=working%2FEvergreen.git LP#2015484: (follow-up) ensure that -e means --encoding This preserves backwards compatiblity. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/support-scripts/marc_export.in b/Open-ILS/src/support-scripts/marc_export.in index 748cc7f4b8..a6e313160d 100755 --- a/Open-ILS/src/support-scripts/marc_export.in +++ b/Open-ILS/src/support-scripts/marc_export.in @@ -94,7 +94,7 @@ sub new { 'format=s', 'type=s', 'xml-idl=s', - 'encoding=s', + 'encoding|e=s', 'timeout=i', 'library=s@', 'descendants=s@',