Add support for --verbose for compatibility.

oldstable
Dimitrie O. Paun 2004-04-12 22:04:13 +00:00 committed by Alexandre Julliard
parent 01fbcfb2f1
commit 23a1c12d8e
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ static char usage[] =
" --target Synonym for -F\n"
" --undefine Synonym for -U\n"
" --use-temp-file Ignored for compatibility with windres\n"
" --verbose Synonym for -v\n"
" --verify-translations Check the status of the various translations\n"
" --version Print version and exit\n"
"Input is taken from stdin if no sourcefile specified.\n"
@ -197,6 +198,7 @@ static struct option long_options[] = {
{ "target", 1, 0, 'F' },
{ "undefine", 1, 0, 'U' },
{ "use-temp-file", 0, 0, 2 },
{ "verbose", 0, 0, 'v' },
{ "verify-translations", 0, 0, 9 },
{ "version", 0, 0, 5 },
{ 0, 0, 0, 0 }