commit: 0c3521396aac386705a46f97c70b72785a992395 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Mon Apr 20 17:14:29 2015 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Mon Apr 20 17:14:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=0c352139
updater.py: Corrects "Package" misspelling X-Gentoo-Bug: 546032 X-Gentoo-Bug-URL: https://bugs.gentoo.org/546032 layman/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layman/updater.py b/layman/updater.py index 521f9b3..1959a31 100644 --- a/layman/updater.py +++ b/layman/updater.py @@ -58,7 +58,7 @@ class Main(object): self.parser.add_argument("-c", "--config", help='the path to config file') self.parser.add_argument("-R", "--rebuild", action='store_true', - help='rebuild the Pacakge Manager config file') + help='rebuild the Package Manager config file') self.parser.add_argument('--version', action='version', version='%(prog)s ' + VERSION)
