]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Remove unused command line arguments.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 18 Sep 2010 13:00:44 +0000 (15:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 18 Sep 2010 13:00:44 +0000 (15:00 +0200)
naoki/terminal.py

index cc59e41aadd1b42de053eae89df82ae2c6d333c3..43caa74bcfc24c21372f749f037e7c8d875dd5b5 100644 (file)
@@ -283,12 +283,9 @@ class Commandline(object):
                                        help="Primary build command",
                                        arguments=[
                                                Option("all", ["--all"], help="Build all packages"),
-                                               Option("withdeps", ["--with-deps"], help="Build all dependencies first if needed"),
-                                               Option("onlydeps", ["--only-deps"], help="Build only dependencies that belong to a package"),
-                                               Option("shell", ["-s", "--shell"], help="Change into a chroot environment"),
                                                Option("ignore_dependency_errors", ["-i", "--ignore-dependency-errors"],
                                                        help="Ignore dependency errors."),
-                                               List("packages", help="Give a list of packages to build or say 'all'"),
+                                               List("packages", help="Give a list of packages to build."),
                                        ]),
 
                                # Package
@@ -301,7 +298,6 @@ class Commandline(object):
                                                                Option("machine", ["--machine"], help="Output in machine parseable format"),
                                                                List("packages"),
                                                        ]),
-                                               Parser("tree", help="Show package tree"),
                                                Parser("list",
                                                        help="Show package list",
                                                        arguments=[