diff options
Diffstat (limited to 'aur')
-rwxr-xr-x | aur | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ function usage { while getopts 'h' arg; do case $arg in - h) usage; exit 0 ;; - *) usage; exit 1 ;; + h) usage; exit 0 ;; + *) usage; exit 1 ;; esac done |