Skip to content

Commit f5d7c03

Browse files
committed
fix: a few typos in the command line help text
1 parent 7dac89a commit f5d7c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cli/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ void print_usage(int argc, const char* argv[]) {
206206
printf(" --diffusion-model path to the standalone diffusion model\n");
207207
printf(" --clip_l path to the clip-l text encoder\n");
208208
printf(" --clip_g path to the clip-g text encoder\n");
209-
printf(" --t5xxl path to the the t5xxl text encoder\n");
209+
printf(" --t5xxl path to the t5xxl text encoder\n");
210210
printf(" --vae [VAE] path to vae\n");
211211
printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");
212212
printf(" --control-net [CONTROL_PATH] path to control net model\n");
@@ -222,7 +222,7 @@ void print_usage(int argc, const char* argv[]) {
222222
printf(" -i, --init-img [IMAGE] path to the input image, required by img2img\n");
223223
printf(" --mask [MASK] path to the mask image, required by img2img with mask\n");
224224
printf(" --control-image [IMAGE] path to image condition, control net\n");
225-
printf(" -r, --ref_image [PATH] reference image for Flux Kontext models (can be used multiple times) \n");
225+
printf(" -r, --ref-image [PATH] reference image for Flux Kontext models (can be used multiple times) \n");
226226
printf(" -o, --output OUTPUT path to write result image to (default: ./output.png)\n");
227227
printf(" -p, --prompt [PROMPT] the prompt to render\n");
228228
printf(" -n, --negative-prompt PROMPT the negative prompt (default: \"\")\n");

0 commit comments

Comments
 (0)