mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-08 01:36:41 +08:00
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:
parent
d48ee7abc2
commit
f74d602449
@ -117,7 +117,7 @@ static 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");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user