diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-12-14 06:58:11 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2015-12-14 06:58:11 +0000 |
commit | 380b86394e0cb71ef4e6297ad72092ebdd9bd80a (patch) | |
tree | 007039d99fb7f2273a823b316638fc2611fbd5e1 /backport | |
parent | b8b2e403ae64b417a5928cb6a96b00478869b4f3 (diff) |
Report usage on invalid options, don't use getopts in backport_others
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@113 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'backport')
-rwxr-xr-x | backport | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ while test -n "${1}"; do ;; -*) echo "Error: Unknown option: $1" >&2 + usage exit 1 ;; *) # No more options |