diff options
Diffstat (limited to 'ebuildgen')
-rwxr-xr-x | 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="Example: genebuild --svn <url>") parser.add_argument("url") - parser.add_argument("-t", "--types", metavar="filetype", nargs="+", - default=[".c",".cpp",".h"], - help="what filetypes it should scan") + #parser.add_argument("-t", "--types", metavar="filetype", nargs="+", + # default=[".c",".cpp",".h"], + # help="what filetypes it should scan") parser.add_argument("-g", "--ginc", action="store_true", help="print global includes") parser.add_argument("-l", "--linc", action="store_true", |