summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fedpkg.bash2
-rwxr-xr-xsrc/fedpkg.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 76423f2..45f6d35 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -129,7 +129,7 @@ _fedpkg()
after="srpm"
;;
lint)
- options="--info -i"
+ options="--info"
;;
local)
options="--md5"
diff --git a/src/fedpkg.py b/src/fedpkg.py
index b99d2d4..6b6477d 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -1017,7 +1017,7 @@ packages will be built sequentially.
parser_lint.add_argument('--info', '-i',
default = False,
action = 'store_true',
- help = 'Display explainations for reported messages')
+ help = 'Display explanations for reported messages')
parser_lint.set_defaults(command = lint)
# Build locally