From 22e2ded4d5206fac813c833571e2841c2c520d55 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Nov 07 2016 09:26:14 +0000 Subject: Add --release to bash completion Signed-off-by: Chenxiong Qi --- diff --git a/etc/bash_completion.d/rpkg.bash b/etc/bash_completion.d/rpkg.bash index 3dce4f7..8a14b40 100644 --- a/etc/bash_completion.d/rpkg.bash +++ b/etc/bash_completion.d/rpkg.bash @@ -33,7 +33,7 @@ _rpkg() # 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 container-build container-build-config commit compile copr-build diff gimmespec giturl help \ gitbuildhash import install lint local mockbuild mock-config new new-sources patch prep pull push scratch-build sources \ srpm switch-branch tag unused-patches upload verify-files verrel"