Merge pull request #96 from thomas-mc-work/patch-1

Also detect single dashes as error
This commit is contained in:
Laurent Cozic 2017-11-17 12:17:22 +01:00 committed by GitHub
commit d13af58252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ while :; do
EXCLUSION_FILE="$3"
break
;;
-?*)
-*)
fn_log_error "Unknown option: \"$1\""
fn_log_info ""
fn_display_usage