wrc typos in the usage message

Francois Gouget fgouget at free.fr
Sun May 6 21:07:15 CDT 2001


Changelog:

 * tools/wrc/wrc.c
   -l/-L were not renamed to -t/-T in the usage messages

--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
     The software said it requires Win95 or better, so I installed Linux.
-------------- next part --------------
Index: tools/wrc/wrc.c
===================================================================
RCS file: /home/wine/wine/tools/wrc/wrc.c,v
retrieving revision 1.9
diff -u -r1.9 wrc.c
--- tools/wrc/wrc.c	2000/07/08 11:49:29	1.9
+++ tools/wrc/wrc.c	2001/05/07 01:47:50
@@ -314,7 +314,7 @@
 				byteorder = WRC_BO_BIG;
 				break;
 			default:
-				fprintf(stderr, "Byteordering must be n[ative], l[ittle] or b[ig]\n");
+				fprintf(stderr, "Byte ordering must be n[ative], l[ittle] or b[ig]\n");
 				lose++;
 			}
 			break;
@@ -444,13 +444,13 @@
 
 		if(indirect)
 		{
-			warning("Option -l ignored with compile to .res\n");
+			warning("Option -t ignored with compile to .res\n");
 			indirect = 0;
 		}
 
 		if(indirect_only)
 		{
-			warning("Option -L ignored with compile to .res\n");
+			warning("Option -T ignored with compile to .res\n");
 			indirect_only = 0;
 		}
 
@@ -493,13 +493,13 @@
 
 		if(indirect)
 		{
-			warning("Option -l ignored with preprocess only\n");
+			warning("Option -t ignored with preprocess only\n");
 			indirect = 0;
 		}
 
 		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)


More information about the wine-patches mailing list