emaint logs --help: fix module-options typo
authorBrian Dolbec <dolsen@gentoo.org>
Sun, 21 Oct 2012 18:21:34 +0000 (11:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 21 Oct 2012 18:21:34 +0000 (11:21 -0700)
pym/portage/emaint/modules/logs/__init__.py

index 005b608a637cacf6d31341f6df8866156917c51f..e68c4bc6c3e8e5b1baf2e60e862ac2f9644c4d47 100644 (file)
@@ -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'
                                        },