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.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fedpkg.py') 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