diff options
author | tdback <tyler@tdback.net> | 2025-03-06 21:06:20 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-03-06 21:06:20 -0500 |
commit | deac92eceeb497963f28f96c98add8c7c2787c73 (patch) | |
tree | c6795708de603e5e9fe57880d249ae05f227ab99 /snapshot | |
parent | e6e371950b4075f152a50ec664a592cdecd95c7b (diff) |
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 |