summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-09-20 14:15:46 -0700
committerJesse Keating <jkeating@redhat.com>2010-09-20 14:15:46 -0700
commit789d7dcf0527db2339110e6047c525a9486fba2c (patch)
tree09a184b4ebe1aa27310191f5423b35c3f91edaf7
parent3aba12fd7b1805e6e88eedaad9cd82f25f6da84e (diff)
downloadfedora-packager-789d7dcf0527db2339110e6047c525a9486fba2c.tar.gz
fedora-packager-789d7dcf0527db2339110e6047c525a9486fba2c.tar.xz
fedora-packager-789d7dcf0527db2339110e6047c525a9486fba2c.zip
Minor fixes for lint -i changes
-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