commit:     8eda4c13bee9c6a78b2489deec210c8b37375029
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 14:21:59 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 05:51:19 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8eda4c13

eclean: add the missing ')' in the help string of --package-names

 pym/gentoolkit/eclean/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
index d8c5bd2..7ffb596 100644
--- a/pym/gentoolkit/eclean/cli.py
+++ b/pym/gentoolkit/eclean/cli.py
@@ -120,7 +120,7 @@ def printUsage(_error=None, help=None):
                print( yellow(" -i, --interactive")+
                        "         - ask confirmation before deletions", 
file=out)
                print( yellow(" -n, --package-names")+
-                       "       - protect all versions (when --deep", file=out)
+                       "       - protect all versions (when --deep)", file=out)
                print( yellow(" -p, --pretend")+
                        "             - only display what would be cleaned", 
file=out)
                print( yellow(" -q, --quiet")+

Reply via email to