summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfb4
1 files changed, 2 insertions, 2 deletions
diff --git a/fb b/fb
index 5440860..a5ffb92 100755
--- a/fb
+++ b/fb
@@ -11,7 +11,7 @@
# Optional: xclip
#----------------------------------------------------
-VERSION="0.6.6"
+VERSION="0.6.6.1"
DELETE=
EXTENSION=""
@@ -64,7 +64,7 @@ usage: [cat |] `basename "$0"` [switches] [file(s)|ID(s)]
!
}
-while getopts "e:g:dh" OPTION; do
+while getopts "e:gdh" OPTION; do
case $OPTION in
e) EXTENSION="$OPTARG";;
g) GET=1;;