diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2013-12-29 08:42:43 -0800 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2013-12-29 08:47:32 -0800 |
| commit | 96845a3c67f434dd4aa5a4716292f3657634f2c5 (patch) | |
| tree | 1a84713a1fc5a2c01b3617fee6599c4ce35c2a95 | |
| parent | dc21831a9a058c8f3c110674c5d3dd0de757cb5c (diff) | |
| download | gentoolkit-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.py | 3 |
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"), |
