aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master
diff options
context:
space:
mode:
Diffstat (limited to 'site/versions/master')
-rw-r--r--site/versions/master/docs/skylark/concepts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/skylark/concepts.md b/site/versions/master/docs/skylark/concepts.md
index c8e2f5e5de..b46c15974a 100644
--- a/site/versions/master/docs/skylark/concepts.md
+++ b/site/versions/master/docs/skylark/concepts.md
@@ -143,7 +143,7 @@ These changes concern the `load()` syntax in particular.
To profile your code and analyze the performance, use the `--profile` flag:
-```shell
+```
$ bazel build --nobuild --profile=/tmp/prof //path/to:target
$ bazel analyze-profile /tmp/prof --html --html_details
```