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 dd634f7..784abfe 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -77,6 +77,9 @@ _fedpkg()
install)
options='--arch --short-circuit'
;;
+ lint)
+ options='-i --info'
+ ;;
local)
options='--arch --md5'
;;