From 789d7dcf0527db2339110e6047c525a9486fba2c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 14:15:46 -0700 Subject: Minor fixes for lint -i changes --- src/fedpkg.bash | 2 +- src/fedpkg.py | 2 +- 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 -- cgit