diff options
-rwxr-xr-x | scripts/slight | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight index 740c07e..8aaa5eb 100755 --- a/scripts/slight +++ b/scripts/slight @@ -65,7 +65,6 @@ while getopts "i:d:s:ph" option; do h) help; exit 0 ;; *) err "Try '${0} -h' for help." ;; - esac done |