summaryrefslogtreecommitdiffstats
path: root/fb
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-17 11:18:42 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-17 11:18:42 +0200
commit1db8078f981fe2898b6702d10b4a35f21ab072fb (patch)
tree69486612c93d2f9cf6d15f0058231447f03869e3 /fb
parent176f5e0c0e6730908f35aebf60a1e33f8735a025 (diff)
downloadbin-1db8078f981fe2898b6702d10b4a35f21ab072fb.tar.gz
bin-1db8078f981fe2898b6702d10b4a35f21ab072fb.tar.xz
fb: fix -g option
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'fb')
-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;;