From bec2d5bd707a43bd6fb47e3b9a28cbb2db162c91 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 18:16:57 -0700 Subject: Put tag-request in the bash completion file --- src/fedpkg.bash | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/fedpkg.bash b/src/fedpkg.bash index 1dd5936..8bf97ec 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -91,7 +91,7 @@ _fedpkg() local after= after_more= case $command in - help|clog|gimmespec|giturl|lint|mockbuild|new|push|tag-request|unused-patches|update|verrel) + help|clog|gimmespec|giturl|lint|mockbuild|new|push|unused-patches|update|verrel) ;; build) options="--nowait --background --skip-tag --scratch --srpm" @@ -162,6 +162,9 @@ _fedpkg() options_file="--file" after_more=true ;; + tag-request) + options_string="--desc --build" + ;; srpm) options="--md5" ;; -- cgit