diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/package_commands.py | 4 | ||||
-rw-r--r-- | python/servo/post_build_commands.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index 296f25cd00e..03c2390e308 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -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') diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 84c927bb8cc..f99de244e78 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -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 ' |