summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-09-20 13:27:39 -0700
committerJesse Keating <jkeating@redhat.com>2010-09-20 13:27:39 -0700
commit72531d43ecceaee02ac1f46a056ea6403ecc3ee4 (patch)
treeeab943a12cf993f71509953fa385b3a806edc401 /src
parentd8f7b38625aa55972a76ffef0beddf64cd4c788c (diff)
downloadfedora-packager-72531d43ecceaee02ac1f46a056ea6403ecc3ee4.tar.gz
fedora-packager-72531d43ecceaee02ac1f46a056ea6403ecc3ee4.tar.xz
fedora-packager-72531d43ecceaee02ac1f46a056ea6403ecc3ee4.zip
Only list long options in bash completion for tag
Diffstat (limited to 'src')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 7170637..c04c424 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -152,7 +152,7 @@ _fedpkg()
options_dir="--outdir"
;;
tag)
- options="--clog -c --force -f --list -l --delete -d"
+ options="--clog --force --list --delete"
options_string="--message -m"
options_file="--file -F"
after_more=true