Skip to content

Commit efb4bd6

Browse files
authored
fix(converter): Typo in help text
1 parent 84cfa03 commit efb4bd6

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)