From 72531d43ecceaee02ac1f46a056ea6403ecc3ee4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 13:27:39 -0700 Subject: Only list long options in bash completion for tag --- src/fedpkg.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit