From 8eda4c13bee9c6a78b2489deec210c8b37375029 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Mon, 11 Dec 2017 09:21:59 -0500 Subject: 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")+ -- cgit v1.2.3