Skip to content
Permalink
Browse files
add missing option
  • Loading branch information
anarcat committed Feb 10, 2012
1 parent 5938f6f commit 23700e3c06c79891daab4a2757fbc636cda61006
Showing 1 changed file with 1 addition and 1 deletion.
@@ -19,7 +19,7 @@ EOF

upload=false

set -- `getopt nvhk: $*`
set -- `getopt nvhku: $*`
for i; do
case "$i" in
-h) shift; usage;;

0 comments on commit 23700e3

Please sign in to comment.