Add backticks RELNOTES: None PiperOrigin-RevId: 185890223
diff --git a/site/docs/query-how-to.md b/site/docs/query-how-to.md index ea444c4..ba2b6e1 100644 --- a/site/docs/query-how-to.md +++ b/site/docs/query-how-to.md
@@ -216,7 +216,9 @@ <a name="What_s_the_set_of_BUILD_files_ne"></a> #### What's the set of BUILD files needed to build `//foo`? +```sh bazel query 'buildfiles(deps(//foo))' --output location | cut -f1 -d: +``` <a name="What_are_the_individual_tests_th"></a> #### What are the individual tests that a `test_suite` expands to?