From: Michael Tremer Date: Sat, 18 Sep 2010 13:00:44 +0000 (+0200) Subject: naoki: Remove unused command line arguments. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabf512342fbd22ca566d6a3179fdcda437ef642;p=ipfire-3.x.git naoki: Remove unused command line arguments. --- diff --git a/naoki/terminal.py b/naoki/terminal.py index cc59e41aa..43caa74bc 100644 --- a/naoki/terminal.py +++ b/naoki/terminal.py @@ -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=[