-l/-L were not renamed to -t/-T in the usage messages.

This commit is contained in:
Francois Gouget 2001-05-07 18:17:58 +00:00 committed by Alexandre Julliard
parent 130289a212
commit 0e85f54db7
1 changed files with 5 additions and 5 deletions

View File

@ -444,13 +444,13 @@ int main(int argc,char *argv[])
if(indirect) if(indirect)
{ {
warning("Option -l ignored with compile to .res\n"); warning("Option -t ignored with compile to .res\n");
indirect = 0; indirect = 0;
} }
if(indirect_only) if(indirect_only)
{ {
warning("Option -L ignored with compile to .res\n"); warning("Option -T ignored with compile to .res\n");
indirect_only = 0; indirect_only = 0;
} }
@ -493,13 +493,13 @@ int main(int argc,char *argv[])
if(indirect) if(indirect)
{ {
warning("Option -l ignored with preprocess only\n"); warning("Option -t ignored with preprocess only\n");
indirect = 0; indirect = 0;
} }
if(indirect_only) if(indirect_only)
{ {
error("Option -E and -L cannot be used together\n"); error("Option -E and -T cannot be used together\n");
} }
if(global) if(global)