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, 3 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 117bd23..90cb2ac 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -34,7 +34,7 @@ _fedpkg()
# global options
local options="--help -v -q"
- local options_value="--user --path"
+ local options_value="--dist --user --path"
local commands="build chain-build ci clean clog clone co commit compile diff gimmespec giturl help \
import install lint local mockbuild new new-sources patch prep pull push retire scratch-build sources \
srpm switch-branch tag tag-request unused-patches update upload verrel"
@@ -71,6 +71,8 @@ _fedpkg()
fi
case "$prev" in
+ --dist)
+ ;;
--user|-u)
;;
--path)