aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2017-02-24 17:01:14 +0000
committerGravatar Yue Gan <yueg@google.com>2017-02-27 15:05:08 +0000
commit0eda2a0b8019bc27c1424239cb31fc0da9f97584 (patch)
tree6a663f1bb1f4bd4a0a2dbdd589db8051112853da /site
parent3e0c74639969a8bccd2d67811d91eb2cb89ac590 (diff)
Remove shell highlighting which isn't supported by our version of jekyll.
Fixes #2587. -- Change-Id: Ieaedd70c6b7561be3765fe41f81e3c3f388f9cc7 Reviewed-on: https://cr.bazel.build/9090 PiperOrigin-RevId: 148466063 MOS_MIGRATED_REVID=148466063
Diffstat (limited to 'site')
-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
```