From 40051569376ad34f4d81e7286d230f82f7ed55ef Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Nov 07 2016 09:29:00 +0000 Subject: Add --release to bash completion Signed-off-by: Chenxiong Qi --- diff --git a/conf/bash-completion/fedpkg.bash b/conf/bash-completion/fedpkg.bash index a7ae59e..779ae9d 100644 --- a/conf/bash-completion/fedpkg.bash +++ b/conf/bash-completion/fedpkg.bash @@ -33,7 +33,7 @@ _fedpkg() # global options local options="--help -v -q" - local options_value="--dist --user --path" + local options_value="--dist --release --user --path" local commands="build chain-build ci clean clog clone co commit compile \ container-build diff gimmespec giturl help gitbuildhash import install lint \ local mockbuild mock-config new new-sources patch prep pull push retire \