From: Brian Dolbec Date: Sun, 21 Oct 2012 18:21:34 +0000 (-0700) Subject: emaint logs --help: fix module-options typo X-Git-Tag: v2.2.0_alpha142~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=193fe4ed1c7f1070486c244abdf3a487fc85fe83;p=portage.git emaint logs --help: fix module-options typo --- diff --git a/pym/portage/emaint/modules/logs/__init__.py b/pym/portage/emaint/modules/logs/__init__.py index 005b608a6..e68c4bc6c 100644 --- a/pym/portage/emaint/modules/logs/__init__.py +++ b/pym/portage/emaint/modules/logs/__init__.py @@ -20,7 +20,7 @@ module_spec = { 'clean': { "short": "-C", "long": "--clean", "help": "Cleans out logs more than 7 days old (cleanlogs only)" + \ - " modulke-options: -t, -p", + " module-options: -t, -p", 'status': "Cleaning %s", 'func': 'clean' },