Skip to content

Commit 2eb3845

Browse files
authored
fix: typo in the verbose long flag (#783)
1 parent 4c6475f commit 2eb3845

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
@@ -443,7 +443,7 @@ void parse_args(int argc, const char** argv, SDParams& params) {
443443
{"", "--diffusion-conv-direct", "", true, &params.diffusion_conv_direct},
444444
{"", "--vae-conv-direct", "", true, &params.vae_conv_direct},
445445
{"", "--canny", "", true, &params.canny_preprocess},
446-
{"-v", "--verbos", "", true, &params.verbose},
446+
{"-v", "--verbose", "", true, &params.verbose},
447447
{"", "--color", "", true, &params.color},
448448
{"", "--chroma-disable-dit-mask", "", false, &params.chroma_use_dit_mask},
449449
{"", "--chroma-enable-t5-mask", "", true, &params.chroma_use_t5_mask},

0 commit comments

Comments
 (0)