aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java
index f99d1cdbca..9a0fba3e6c 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/RunCommand.java
@@ -110,8 +110,10 @@ public class RunCommand implements BlazeCommand {
}
@VisibleForTesting
- public static final String SINGLE_TARGET_MESSAGE = "Blaze can only run a single target. "
- + "Do not use wildcards that match more than one target";
+ public static final String SINGLE_TARGET_MESSAGE =
+ "Only a single target can be run. "
+ + "Do not use wildcards that match more than one target";
+
@VisibleForTesting
public static final String NO_TARGET_MESSAGE = "No targets found to run";