diff options
Diffstat (limited to 'snapshot')
-rwxr-xr-x | snapshot | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,6 +32,8 @@ full() { while getopts ":f" arg; do case "$arg" in f) full ;; - *) printf "Invalid option: -%s\n" "$OPTARG" >&2 && exit 1 ;; + *) printf "Invalid option: -%s\n" "$OPTARG" >&2 + exit 1 + ;; esac done |