summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-12-29 08:42:43 -0800
committerBrian Dolbec <dolsen@gentoo.org>2013-12-29 08:47:32 -0800
commit96845a3c67f434dd4aa5a4716292f3657634f2c5 (patch)
tree1a84713a1fc5a2c01b3617fee6599c4ce35c2a95
parentdc21831a9a058c8f3c110674c5d3dd0de757cb5c (diff)
downloadgentoolkit-96845a3c67f434dd4aa5a4716292f3657634f2c5.tar.gz
Remove leftover option from when the rebuild module was split out to it's own operation module
-rw-r--r--pym/gentoolkit/enalyze/analyze.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/gentoolkit/enalyze/analyze.py b/pym/gentoolkit/enalyze/analyze.py
index e068351..2d9c85e 100644
--- a/pym/gentoolkit/enalyze/analyze.py
+++ b/pym/gentoolkit/enalyze/analyze.py
@@ -193,9 +193,6 @@ class Analyse(ModuleBase):
}
self.formatted_options = [
(" -h, --help", "Outputs this useage message"),
- (" -a, --analyze",
- "Action, sets the module to gather data and output the"),
- ("", "formatted stats/information to the screen"),
(" -u, --unset",
"Additionally include any unset USE flags and the packages"),
("", "that could use them"),