From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C2EC5138247 for ; Sun, 29 Dec 2013 16:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 655F1E0B33; Sun, 29 Dec 2013 16:50:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00FDEE0B33 for ; Sun, 29 Dec 2013 16:50:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B6E33F775 for ; Sun, 29 Dec 2013 16:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 43A82E54D1 for ; Sun, 29 Dec 2013 16:50:42 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1388335652.96845a3c67f434dd4aa5a4716292f3657634f2c5.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/enalyze/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/enalyze/analyze.py X-VCS-Directories: pym/gentoolkit/enalyze/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 96845a3c67f434dd4aa5a4716292f3657634f2c5 X-VCS-Branch: gentoolkit Date: Sun, 29 Dec 2013 16:50:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc731e37-ea69-48cc-aa12-82f3444c1d8d X-Archives-Hash: c1a9b3a7d2e41b6700a633ac9d12ab9e commit: 96845a3c67f434dd4aa5a4716292f3657634f2c5 Author: Brian Dolbec gentoo org> AuthorDate: Sun Dec 29 16:42:43 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Dec 29 16:47:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=96845a3c 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"),