projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c9cc8
)
emaint logs --help: fix module-options typo
author
Brian Dolbec
<dolsen@gentoo.org>
Sun, 21 Oct 2012 18:21:34 +0000
(11:21 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 21 Oct 2012 18:21:34 +0000
(11:21 -0700)
pym/portage/emaint/modules/logs/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/emaint/modules/logs/__init__.py
b/pym/portage/emaint/modules/logs/__init__.py
index 005b608a637cacf6d31341f6df8866156917c51f..e68c4bc6c3e8e5b1baf2e60e862ac2f9644c4d47 100644
(file)
--- 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)" + \
- " modul
k
e-options: -t, -p",
+ " module-options: -t, -p",
'status': "Cleaning %s",
'func': 'clean'
},