Skip to content

Commit c6937ba

Browse files
committed
fix: correct the parsing of --convert-name opotion
1 parent ca5b196 commit c6937ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct SDCliParams {
7373
{"",
7474
"--convert-name",
7575
"convert tensor name (for convert mode)",
76-
true, &canny_preprocess},
76+
true, &convert_name,
7777
{"-v",
7878
"--verbose",
7979
"print extra info",

0 commit comments

Comments
 (0)