mirror of
https://github.com/servo/servo.git
synced 2025-06-16 12:24:29 +00:00
Typo fixes
This commit is contained in:
parent
b7a8b81071
commit
f4d740f086
2 changed files with 4 additions and 4 deletions
|
@ -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')
|
||||
|
|
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue