Skip to content

Commit f487e5a

Browse files
authored
Merge pull request #754 from j-o-d-o/patch-1
fix(converter): Typo in help text
2 parents 176536f + efb4bd6 commit f487e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_HELP_TEXT = """
2424
Usage Examples:
2525
26-
python -m tf2onnx.convert --saved_model saved_model_dir --output model.onnx
26+
python -m tf2onnx.convert --saved-model saved_model_dir --output model.onnx
2727
python -m tf2onnx.convert --input frozen_graph.pb --inputs X:0 --outputs output:0 --output model.onnx
2828
python -m tf2onnx.convert --checkpoint checkpoint.meta --inputs X:0 --outputs output:0 --output model.onnx
2929

0 commit comments

Comments
 (0)