Forgot a linefeed on the --cache-file option

This commit is contained in:
Scoopta 2019-08-28 22:02:29 -07:00
parent c814c813c5
commit 281ae02639

View File

@ -63,7 +63,7 @@ static void print_usage(char** argv) {
printf("--normal-window\t-n\tRender to a normal window\n"); printf("--normal-window\t-n\tRender to a normal window\n");
printf("--allow-images\t-i\tAllows images to be rendered\n"); printf("--allow-images\t-i\tAllows images to be rendered\n");
printf("--allow-markup\t-m\tAllows pango markup\n"); printf("--allow-markup\t-m\tAllows pango markup\n");
printf("--cache-file\t-k\tSets the cache file to use"); printf("--cache-file\t-k\tSets the cache file to use\n");
exit(0); exit(0);
} }