chroma: fix example config path in help text
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibd4fd1267d18f72e45b5a4877ed366fa6a6a6964
This commit is contained in:
parent
f4275cb0f8
commit
de6e8220e7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ static void print_usage(const char *program_name) {
|
||||||
printf(" -h, --help Show this help\n");
|
printf(" -h, --help Show this help\n");
|
||||||
printf(" --version Show version information\n");
|
printf(" --version Show version information\n");
|
||||||
printf("\nExamples:\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);
|
printf(" %s --daemon\n", program_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue