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"]