mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-11-10 06:04:18 +00:00
Merge pull request #96 from thomas-mc-work/patch-1
Also detect single dashes as error
This commit is contained in:
commit
d13af58252
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ while :; do
|
|||
EXCLUSION_FILE="$3"
|
||||
break
|
||||
;;
|
||||
-?*)
|
||||
-*)
|
||||
fn_log_error "Unknown option: \"$1\""
|
||||
fn_log_info ""
|
||||
fn_display_usage
|
||||
|
|
Loading…
Reference in a new issue