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')

View file

@ -47,10 +47,10 @@ class PostBuildCommands(CommandBase):
help='Run on an Android device through `adb shell`')
@CommandArgument('--emulator',
action='store_true',
help='For Android, intall to the only emulated device')
help='For Android, run in the only emulated device')
@CommandArgument('--usb',
action='store_true',
help='For Android, intall to the only USB device')
help='For Android, run in the only USB device')
@CommandArgument('--debug', action='store_true',
help='Enable the debugger. Not specifying a '
'--debugger option will result in the default '