aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-03-04 17:36:19 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-05 18:30:02 +0000
commita1a29388d66ad3953367b18a4ae910f51db54e96 (patch)
tree3f472de02ce38ec7749a40281af693f618e5b104 /src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt
parent586638ffc70b5e9ff7e782be87962e19dba3f168 (diff)
Use the correct product name in Bazel command help
-- MOS_MIGRATED_REVID=87717872
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt b/src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt
index a2040c81ca..471086f5a5 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/help.txt
@@ -1,5 +1,5 @@
-Usage: blaze help [<command>]
+Usage: %{product} help [<command>]
Prints a help page for the given command, or, if no command is
specified, prints the index of available commands.