aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/multibox_detector/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/multibox_detector/README.md')
-rw-r--r--tensorflow/examples/multibox_detector/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/multibox_detector/README.md b/tensorflow/examples/multibox_detector/README.md
index 3b0385144a..3e0891306b 100644
--- a/tensorflow/examples/multibox_detector/README.md
+++ b/tensorflow/examples/multibox_detector/README.md
@@ -32,7 +32,7 @@ normalized from 0-1 in left top right bottom order.
To build it, run this command:
```bash
-$ bazel build -c opt tensorflow/examples/multibox_detector/...
+$ bazel build --config opt tensorflow/examples/multibox_detector/...
```
That should build a binary executable that you can then run like this: