typos corrected
[fw/sdcc] / support / scripts / keil2sdcc.pl
index 07a982d3084a3a51acda2bc324757644aad7d4ad..a3ba657697998132fcad211df4cac15fe582a90b 100755 (executable)
@@ -5,10 +5,14 @@
 # 22 June 2003
 
 
-# usage:
-#    perl keilconv.pl < keil_header.h > sdcc_header.h
+# usage (UNIX):
+#    perl keil2sdcc.pl < keil_header.h > sdcc_header.h
 # or
-#    perl keilconv.pl keil_header.h > sdcc_header.h
+#    perl keil2sdcc.pl keil_header.h > sdcc_header.h
+#
+# usage (Windows):
+#    perl keil2sdcc.pl keil_header.h > sdcc_header.h
+#
 #
 # keil_header.h and sdcc_header.h must not be the same file since
 # most shells overwrite the output file before opening the input file.