Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mirrorselect:ssl commit in: mirrorselect/
Date: Fri, 31 Jan 2014 15:44:56
Message-Id: 1391182758.42ad8fd9f720e52fa578dccde9591bac2ea97c7d.dol-sen@gentoo
1 commit: 42ad8fd9f720e52fa578dccde9591bac2ea97c7d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 15:36:00 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Fri Jan 31 15:39:18 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mirrorselect.git;a=commit;h=42ad8fd9
7
8 Indent adjustment
9
10 ---
11 mirrorselect/main.py | 20 ++++++++++----------
12 1 file changed, 10 insertions(+), 10 deletions(-)
13
14 diff --git a/mirrorselect/main.py b/mirrorselect/main.py
15 index 4c26c02..15b8ead 100755
16 --- a/mirrorselect/main.py
17 +++ b/mirrorselect/main.py
18 @@ -140,16 +140,16 @@ class MirrorSelect(object):
19 need some finishing touches.
20 """
21 desc = "\n".join((
22 - self.output.white("examples:"),
23 - "",
24 - self.output.white(" automatic:"),
25 - " # mirrorselect -s5",
26 - " # mirrorselect -s3 -b10 -o >> /mnt/gentoo/etc/portage/make.conf",
27 - " # mirrorselect -D -s4",
28 - "",
29 - self.output.white(" interactive:"),
30 - " # mirrorselect -i -r",
31 - ))
32 + self.output.white("examples:"),
33 + "",
34 + self.output.white(" automatic:"),
35 + " # mirrorselect -s5",
36 + " # mirrorselect -s3 -b10 -o >> /mnt/gentoo/etc/portage/make.conf",
37 + " # mirrorselect -D -s4",
38 + "",
39 + self.output.white(" interactive:"),
40 + " # mirrorselect -i -r",
41 + ))
42 parser = OptionParser(
43 formatter=ColoredFormatter(self.output), description=desc,
44 version='Mirrorselect version: %s' % version)