Typo fixes

This commit is contained in:
Simon Sapin 2018-06-27 11:59:45 +02:00
parent b7a8b81071
commit f4d740f086
2 changed files with 4 additions and 4 deletions

View file

@ -391,10 +391,10 @@ class PackageCommands(CommandBase):
help='Install on Android')
@CommandArgument('--emulator',
action='store_true',
help='For Android, intall to the only emulated device')
help='For Android, install to the only emulated device')
@CommandArgument('--usb',
action='store_true',
help='For Android, intall to the only USB device')
help='For Android, install to the only USB device')
@CommandArgument('--target', '-t',
default=None,
help='Install the given target platform')