diff --git a/src/main.c b/src/main.c index b0d72c2..9f1fe92 100644 --- a/src/main.c +++ b/src/main.c @@ -24,7 +24,7 @@ static void print_usage(const char *program_name) { printf(" -h, --help Show this help\n"); printf(" --version Show version information\n"); printf("\nExamples:\n"); - printf(" %s -c ~/.config/chroma/chroma.conf\n", program_name); + printf(" %s -c ~/.config/chroma/chroma.toml\n", program_name); printf(" %s --daemon\n", program_name); }