fix typos in strings

This commit is contained in:
Hans-Christoph Steiner 2018-09-24 17:09:15 +02:00
parent 6b57cb6b7c
commit d2216b756b
19 changed files with 20 additions and 20 deletions

View file

@ -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