diff options
| -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"), |
