mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Suppress --wiki in fdroid build
This was already done for fdroid update in 00c2cc969
.
This commit is contained in:
parent
32d2330bb5
commit
36a7847525
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ def parse_commandline():
|
|||
parser.add_argument("-a", "--all", action="store_true", default=False,
|
||||
help=_("Build all applications available"))
|
||||
parser.add_argument("-w", "--wiki", default=False, action="store_true",
|
||||
help=_("Update the wiki"))
|
||||
help=argparse.SUPPRESS)
|
||||
metadata.add_metadata_arguments(parser)
|
||||
options = parser.parse_args()
|
||||
metadata.warnings_action = options.W
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue