mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Suppress --wiki in fdroid build
This was already done for fdroid update in 00c2cc969
.
This commit is contained in:
parent
32d2330bb5
commit
36a7847525
@ -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…
Reference in New Issue
Block a user