diff options
author | Jesse Keating <jkeating@redhat.com> | 2010-09-20 14:15:46 -0700 |
---|---|---|
committer | Jesse Keating <jkeating@redhat.com> | 2010-09-20 14:15:46 -0700 |
commit | 789d7dcf0527db2339110e6047c525a9486fba2c (patch) | |
tree | 09a184b4ebe1aa27310191f5423b35c3f91edaf7 /src/fedpkg.py | |
parent | 3aba12fd7b1805e6e88eedaad9cd82f25f6da84e (diff) | |
download | fedora-packager-789d7dcf0527db2339110e6047c525a9486fba2c.tar.gz fedora-packager-789d7dcf0527db2339110e6047c525a9486fba2c.tar.xz fedora-packager-789d7dcf0527db2339110e6047c525a9486fba2c.zip |
Minor fixes for lint -i changes
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-x | src/fedpkg.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |