Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/
Date: Tue, 12 Dec 2017 05:51:51
Message-Id: 1513057879.8eda4c13bee9c6a78b2489deec210c8b37375029.zmedico@gentoo
1 commit: 8eda4c13bee9c6a78b2489deec210c8b37375029
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 14:21:59 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 05:51:19 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8eda4c13
7
8 eclean: add the missing ')' in the help string of --package-names
9
10 pym/gentoolkit/eclean/cli.py | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
14 index d8c5bd2..7ffb596 100644
15 --- a/pym/gentoolkit/eclean/cli.py
16 +++ b/pym/gentoolkit/eclean/cli.py
17 @@ -120,7 +120,7 @@ def printUsage(_error=None, help=None):
18 print( yellow(" -i, --interactive")+
19 " - ask confirmation before deletions", file=out)
20 print( yellow(" -n, --package-names")+
21 - " - protect all versions (when --deep", file=out)
22 + " - protect all versions (when --deep)", file=out)
23 print( yellow(" -p, --pretend")+
24 " - only display what would be cleaned", file=out)
25 print( yellow(" -q, --quiet")+