diff options
-rwxr-xr-x | punani/bin/punani | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/punani/bin/punani b/punani/bin/punani index 7278e38a..91f250e1 100755 --- a/punani/bin/punani +++ b/punani/bin/punani @@ -190,7 +190,7 @@ EOF punani (){ ns=punani role=undefined - while getopts 'dfhvSsopEir' OPT; do + while getopts 'dfhvSsopEir?' OPT; do case $OPT in (f) force=true; continue;; (h) hard=true; continue;; |