src: fix the usage of uchardet tool.

It was displaying -v for both verbose and version options. The new
--verbose short option is actually -V (uppercase).
This commit is contained in:
Jehan 2020-04-27 15:24:17 +02:00
parent 4a891ec4ac
commit f15d097f29

View File

@ -115,7 +115,7 @@ void show_usage()
printf("Options:\n");
printf(" -v, --version Print version and build information.\n");
printf(" -h, --help Print this help.\n");
printf(" -v, --verbose Show all candidates and their confidence value.\n");
printf(" -V, --verbose Show all candidates and their confidence value.\n");
printf("\n");
}