diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-06-26 19:12:35 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-07-02 13:25:44 +0200 |
commit | 7d7f2025b7bf4c42dfa085ae34fba9f80b4e40a7 (patch) | |
tree | 816a1878d321b1b5e040a9f2ddc7fda0a25fb5f4 /python/servo | |
parent | 3c992af8a1c3265d20930b119859b77d0cf16962 (diff) | |
download | servo-7d7f2025b7bf4c42dfa085ae34fba9f80b4e40a7.tar.gz servo-7d7f2025b7bf4c42dfa085ae34fba9f80b4e40a7.zip |
Fix copy/paste mistake
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index d89a8af458a..84c927bb8cc 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -103,7 +103,7 @@ class PostBuildCommands(CommandBase): ] args = [self.android_adb_path(env)] if emulator and usb: - print("Cannot install to both emulator and USB at the same time.") + print("Cannot run in both emulator and USB at the same time.") return 1 if emulator: args += ["-e"] |