From 281ae026397ccc0bbac89d53ec89a311591d2c32 Mon Sep 17 00:00:00 2001 From: Scoopta Date: Wed, 28 Aug 2019 22:02:29 -0700 Subject: [PATCH] Forgot a linefeed on the --cache-file option --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6ef0572..a585e58 100644 --- a/src/main.c +++ b/src/main.c @@ -63,7 +63,7 @@ static void print_usage(char** argv) { printf("--normal-window\t-n\tRender to a normal window\n"); printf("--allow-images\t-i\tAllows images to be rendered\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); }