aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/java/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/java/README.md')
-rw-r--r--tensorflow/java/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/java/README.md b/tensorflow/java/README.md
index 31c77903ad..bc4d491ad2 100644
--- a/tensorflow/java/README.md
+++ b/tensorflow/java/README.md
@@ -40,7 +40,7 @@ Configure and build the Java Archive (JAR) and native library:
./configure
# Build the JAR and native library
-bazel build -c opt \
+bazel build --config opt \
//tensorflow/java:tensorflow \
//tensorflow/java:libtensorflow_jni
```