Browse Source

* fixed incorrect error message

Tomas Hajny 21 years ago
parent
commit
73bd91bfc3
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/options.pas

+ 6 - 3
compiler/options.pas

@@ -1513,7 +1513,7 @@ begin
              addinfo(source_cpu_string);
              addinfo(source_cpu_string);
 {$endif Delphi}
 {$endif Delphi}
            else
            else
-             IllegalPara('-iS'+QuickInfo);
+             IllegalPara('-i'+QuickInfo);
           end;
           end;
         end;
         end;
       'T' :
       'T' :
@@ -1525,7 +1525,7 @@ begin
            'P' :
            'P' :
              AddInfo(target_cpu_string);
              AddInfo(target_cpu_string);
            else
            else
-             IllegalPara('-iT'+QuickInfo);
+             IllegalPara('-i'+QuickInfo);
           end;
           end;
         end;
         end;
       'V' :
       'V' :
@@ -1989,7 +1989,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.117  2003-12-11 18:15:06  florian
+  Revision 1.118  2003-12-17 22:50:42  hajny
+    * fixed incorrect error message
+
+  Revision 1.117  2003/12/11 18:15:06  florian
     * HASGLOBALPROPERTY define introduce
     * HASGLOBALPROPERTY define introduce
 
 
   Revision 1.116  2003/12/10 01:54:44  florian
   Revision 1.116  2003/12/10 01:54:44  florian