mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
English source string corrections
From @monolifed <monolifed@gmail.com>
This commit is contained in:
parent
9712fac011
commit
53e4ec47a7
7 changed files with 7 additions and 407 deletions
|
|
@ -1016,7 +1016,7 @@ def parse_commandline():
|
|||
parser.add_argument("--skip-scan", dest="skipscan", action="store_true", default=False,
|
||||
help=_("Skip scanning the source code for binaries and other problems"))
|
||||
parser.add_argument("--dscanner", action="store_true", default=False,
|
||||
help=_("Setup an emulator, install the apk on it and perform a drozer scan"))
|
||||
help=_("Setup an emulator, install the APK on it and perform a Drozer scan"))
|
||||
parser.add_argument("--no-tarball", dest="notarball", action="store_true", default=False,
|
||||
help=_("Don't create a source tarball, useful when testing a build"))
|
||||
parser.add_argument("--no-refresh", dest="refresh", action="store_false", default=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue