From 0e85f54db76bdea433eb82f172a24fe914bc64ff Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 7 May 2001 18:17:58 +0000 Subject: [PATCH] -l/-L were not renamed to -t/-T in the usage messages. --- tools/wrc/wrc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c index 643e832f2fa..968a46d84eb 100644 --- a/tools/wrc/wrc.c +++ b/tools/wrc/wrc.c @@ -314,7 +314,7 @@ int main(int argc,char *argv[]) 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 @@ int main(int argc,char *argv[]) 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 @@ int main(int argc,char *argv[]) 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)