diff --git a/examples/cli/main.cpp b/examples/cli/main.cpp index 1f33547e..869b9911 100644 --- a/examples/cli/main.cpp +++ b/examples/cli/main.cpp @@ -183,7 +183,7 @@ void print_usage(int argc, const char* argv[]) { printf(" -m, --model [MODEL] path to full model\n"); printf(" --diffusion-model path to the standalone diffusion model\n"); printf(" --clip_l path to the clip-l text encoder\n"); - printf(" --clip_g path to the clip-l text encoder\n"); + printf(" --clip_g path to the clip-g text encoder\n"); printf(" --t5xxl path to the the t5xxl text encoder\n"); printf(" --vae [VAE] path to vae\n"); printf(" --taesd [TAESD_PATH] path to taesd. Using Tiny AutoEncoder for fast decoding (low quality)\n");