aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-23 20:23:33 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-24 12:08:17 +0000
commit7b29d217ccdf6e77b211595a8b6debea4e3134c0 (patch)
tree2e83a32b1ecb1c7ee10526fc2f89c3bda0d251ae /src/main/java/com/google/devtools
parent9408a9e29a29c225061022cec5997e1df5fae6e3 (diff)
Description redacted.
-- MOS_MIGRATED_REVID=96703011
Diffstat (limited to 'src/main/java/com/google/devtools')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/query.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/query.txt b/src/main/java/com/google/devtools/build/lib/runtime/commands/query.txt
index 5f84590beb..bf648fc884 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/query.txt
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/query.txt
@@ -8,7 +8,7 @@ For example, to show all C++ test rules in the strings package, use:
% %{product} query 'kind("cc_.*test", strings:*)'
-or to find all dependencies of chubby lockserver, use:
+or to find all dependencies of //path/to/package:target, use:
% %{product} query 'deps(//path/to/package:target)'