update: purge --editor and --interactive, they were removed in 2013

48296df5b0
This commit is contained in:
Hans-Christoph Steiner 2018-07-13 11:04:37 +02:00
parent be54f1e82a
commit 56a5d868f1
3 changed files with 1 additions and 23 deletions

View file

@ -1851,13 +1851,8 @@ def main():
help=_("Delete APKs and/or OBBs without metadata from the repo"))
parser.add_argument("-b", "--buildreport", action="store_true", default=False,
help=_("Report on build data status"))
parser.add_argument("-i", "--interactive", default=False, action="store_true",
help=_("Interactively ask about things that need updating."))
parser.add_argument("-I", "--icons", action="store_true", default=False,
help=_("Resize all the icons exceeding the max pixel size and exit"))
parser.add_argument("-e", "--editor", default="/etc/alternatives/editor",
help=_("Specify editor to use in interactive mode. Default is {path}")
.format(path='/etc/alternatives/editor'))
parser.add_argument("-w", "--wiki", default=False, action="store_true",
help=_("Update the wiki"))
parser.add_argument("--pretty", action="store_true", default=False,