summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash4
1 files changed, 2 insertions, 2 deletions
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)