From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qtds4-0000Tb-Dk for garchives@archives.gentoo.org; Wed, 17 Aug 2011 11:01:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0AE21C043; Wed, 17 Aug 2011 11:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6200121C043 for ; Wed, 17 Aug 2011 11:01:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31A171B4071 for ; Wed, 17 Aug 2011 11:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2B81180040 for ; Wed, 17 Aug 2011 11:01:05 +0000 (UTC) From: "Sebastian Parborg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Parborg" Message-ID: <01df95088ec75694548383f66eccd946d2cd236c.darkdefender@gentoo> Subject: [gentoo-commits] proj/ebuildgen:master commit in: ebuildgen/ X-VCS-Repository: proj/ebuildgen X-VCS-Files: ebuildgen/cli.py X-VCS-Directories: ebuildgen/ X-VCS-Committer: darkdefender X-VCS-Committer-Name: Sebastian Parborg X-VCS-Revision: 01df95088ec75694548383f66eccd946d2cd236c Date: Wed, 17 Aug 2011 11:01:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 84f80777ea1a2e9cf5e8331305c6d1ee commit: 01df95088ec75694548383f66eccd946d2cd236c Author: Sebastian Parborg gmail com> AuthorDate: Wed Aug 17 11:00:13 2011 +0000 Commit: Sebastian Parborg gmail com> CommitDate: Wed Aug 17 11:00:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ebuildgen.git= ;a=3Dcommit;h=3D01df9508 Commented out unused flags from the cli help message --- ebuildgen/cli.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuildgen/cli.py b/ebuildgen/cli.py index 3c456a5..c4c6026 100755 --- a/ebuildgen/cli.py +++ b/ebuildgen/cli.py @@ -12,9 +12,9 @@ def cli(): epilog=3D"Example: genebuild --svn ") =20 parser.add_argument("url") - parser.add_argument("-t", "--types", metavar=3D"filetype", nargs=3D"= +", - default=3D[".c",".cpp",".h"], - help=3D"what filetypes it should scan") + #parser.add_argument("-t", "--types", metavar=3D"filetype", nargs=3D= "+", + # default=3D[".c",".cpp",".h"], + # help=3D"what filetypes it should scan") parser.add_argument("-g", "--ginc", action=3D"store_true", help=3D"print global includes") parser.add_argument("-l", "--linc", action=3D"store_true",