aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/programmers_guide/saved_model_cli.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/programmers_guide/saved_model_cli.md')
-rw-r--r--tensorflow/docs_src/programmers_guide/saved_model_cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/programmers_guide/saved_model_cli.md b/tensorflow/docs_src/programmers_guide/saved_model_cli.md
index eb9e60e42e..9851bd7251 100644
--- a/tensorflow/docs_src/programmers_guide/saved_model_cli.md
+++ b/tensorflow/docs_src/programmers_guide/saved_model_cli.md
@@ -189,7 +189,7 @@ inputs that match the dtype and shape of the model signature.
By default, SavedModel CLI will print outputs to console. If a directory is
passed to `--outdir` option, the outputs will be saved as npy files named after
-output tensor keys under the given directory. Use `--overwite` to overwrite
+output tensor keys under the given directory. Use `--overwrite` to overwrite
existing output files.
#### TensorFlow Debugger (tfdbg) Integration