From 942129891bbfdf2325d7cbd6d78482ca95c84773 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 18:14:27 -0700 Subject: Don't use short options in bash completion --- src/fedpkg.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fedpkg.bash b/src/fedpkg.bash index c4e3a81..1dd5936 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -158,8 +158,8 @@ _fedpkg() ;; tag) options="--clog --force --list --delete" - options_string="--message -m" - options_file="--file -F" + options_string="--message" + options_file="--file" after_more=true ;; srpm) -- cgit