mirror of
https://github.com/servo/servo.git
synced 2025-06-16 04:14: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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue