summaryrefslogtreecommitdiffstats
path: root/pym/portage/emaint
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2012-10-21 11:21:34 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-21 11:21:34 -0700
commit193fe4ed1c7f1070486c244abdf3a487fc85fe83 (patch)
tree9e569944c4d80c1184297f76ebba3f0019066de3 /pym/portage/emaint
parent19c9cc88c3a3569e57eac5b846340141a42e991e (diff)
downloadportage-193fe4ed1c7f1070486c244abdf3a487fc85fe83.tar.gz
portage-193fe4ed1c7f1070486c244abdf3a487fc85fe83.tar.bz2
portage-193fe4ed1c7f1070486c244abdf3a487fc85fe83.zip
emaint logs --help: fix module-options typo
Diffstat (limited to 'pym/portage/emaint')
-rw-r--r--pym/portage/emaint/modules/logs/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'
},