One too many tabs

This commit is contained in:
Scoopta 2019-12-17 00:19:08 -08:00
parent 75d33f4ef9
commit 427e08ecec

View File

@ -71,7 +71,7 @@ static void print_usage(char** argv) {
printf("--matching\t-M\tSets the matching method, default is contains\n"); printf("--matching\t-M\tSets the matching method, default is contains\n");
printf("--insensitive\t-i\tAllows case insensitive searching\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("--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); exit(0);
} }