mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31:07 +03:00
update: purge --editor and --interactive, they were removed in 2013
48296df5b0
This commit is contained in:
parent
be54f1e82a
commit
56a5d868f1
3 changed files with 1 additions and 23 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue