Forgot a linefeed on the --cache-file option
This commit is contained in:
parent
c814c813c5
commit
281ae02639
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user