diff options
Diffstat (limited to 'scripts/shot')
-rwxr-xr-x | scripts/shot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/shot b/scripts/shot index a11498c..f87d95f 100755 --- a/scripts/shot +++ b/scripts/shot @@ -42,6 +42,7 @@ while getopts "d:sh" option; do h) help; exit 0 ;; *) err "Try '${0} -h' for help" ;; + esac done |