summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 300d0d6..7170637 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -128,6 +128,9 @@ _fedpkg()
options_branch="--branch -b"
after="srpm"
;;
+ lint)
+ options="--info -i"
+ ;;
local)
options="--md5"
options_arch="--arch"