From 96845a3c67f434dd4aa5a4716292f3657634f2c5 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 29 Dec 2013 08:42:43 -0800 Subject: Remove leftover option from when the rebuild module was split out to it's own operation module --- pym/gentoolkit/enalyze/analyze.py | 3 --- 1 file changed, 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"), -- cgit v1.2.3