Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/enalyze/
Date: Sun, 29 Dec 2013 16:50:46
Message-Id: 1388335652.96845a3c67f434dd4aa5a4716292f3657634f2c5.dol-sen@gentoo
1 commit: 96845a3c67f434dd4aa5a4716292f3657634f2c5
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 16:42:43 2013 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Sun Dec 29 16:47:32 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=96845a3c
7
8 Remove leftover option from when the rebuild module was split out to it's own operation module
9
10 ---
11 pym/gentoolkit/enalyze/analyze.py | 3 ---
12 1 file changed, 3 deletions(-)
13
14 diff --git a/pym/gentoolkit/enalyze/analyze.py b/pym/gentoolkit/enalyze/analyze.py
15 index e068351..2d9c85e 100644
16 --- a/pym/gentoolkit/enalyze/analyze.py
17 +++ b/pym/gentoolkit/enalyze/analyze.py
18 @@ -193,9 +193,6 @@ class Analyse(ModuleBase):
19 }
20 self.formatted_options = [
21 (" -h, --help", "Outputs this useage message"),
22 - (" -a, --analyze",
23 - "Action, sets the module to gather data and output the"),
24 - ("", "formatted stats/information to the screen"),
25 (" -u, --unset",
26 "Additionally include any unset USE flags and the packages"),
27 ("", "that could use them"),