mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix typos in strings
This commit is contained in:
parent
6b57cb6b7c
commit
d2216b756b
19 changed files with 20 additions and 20 deletions
|
|
@ -99,7 +99,7 @@ def main():
|
|||
parser.add_argument("--no-deploy", action="store_true", default=False,
|
||||
help=_("Do not deploy the new files to the repo"))
|
||||
parser.add_argument("--file", default='app/build/outputs/apk/*.apk',
|
||||
help=_('The the file to be included in the repo (path or glob)'))
|
||||
help=_('The file to be included in the repo (path or glob)'))
|
||||
parser.add_argument("--no-checksum", action="store_true", default=False,
|
||||
help=_("Don't use rsync checksums"))
|
||||
# TODO add --with-btlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue