diff --git a/examples/cli/cli.cpp b/examples/cli/cli.cpp index fccfd13e..0cc3d38f 100644 --- a/examples/cli/cli.cpp +++ b/examples/cli/cli.cpp @@ -1081,6 +1081,9 @@ int main(int argc, char ** argv) { params.tinydiarize ? "tdrz = 1, " : "", params.no_timestamps ? 0 : 1); + if (params.print_colors) { + fprintf(stderr, "%s: color scheme: red (low confidence), yellow (medium), green (high confidence)\n", __func__); + } fprintf(stderr, "\n"); }