mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
fdroid build: add --refresh-scanner option
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
fe7e4f8226
commit
6fb2e07dda
2 changed files with 3 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ def main():
|
|||
help=_("Force scan of disabled apps and builds."))
|
||||
parser.add_argument("--json", action="store_true", default=False,
|
||||
help=_("Output JSON to stdout."))
|
||||
parser.add_argument("-r", "--refresh", action="store_true", default=False,
|
||||
parser.add_argument("-r", "--refresh", dest="refresh_scanner", action="store_true", default=False,
|
||||
help=_("fetch the latest version of signatures from the web"))
|
||||
parser.add_argument("-e", "--exit-code", action="store_true", default=False,
|
||||
help=_("Exit with a non-zero code if problems were found"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue