chroma: fix example config path in help text

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibd4fd1267d18f72e45b5a4877ed366fa6a6a6964
This commit is contained in:
raf 2026-05-01 13:01:23 +03:00
commit de6e8220e7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -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);
}