aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/post_build_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r--python/servo/post_build_commands.py4
1 files changed, 2 insertions, 2 deletions
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 '