From 427e08ececf423bcbff5709a7d37742ea839ac10 Mon Sep 17 00:00:00 2001 From: Scoopta Date: Tue, 17 Dec 2019 00:19:08 -0800 Subject: [PATCH] One too many tabs --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 0868352..1afe47a 100644 --- a/src/main.c +++ b/src/main.c @@ -71,7 +71,7 @@ static void print_usage(char** argv) { printf("--matching\t-M\tSets the matching method, default is contains\n"); printf("--insensitive\t-i\tAllows case insensitive searching\n"); printf("--parse-search\t-q\tParses the search text removing image escapes and pango\n"); - printf("--version\t\t-v\tPrints the version and then exits\n"); + printf("--version\t-v\tPrints the version and then exits\n"); exit(0); }