From 9fcde7fb96546295ecec9e8a07910a83e16e02b2 Mon Sep 17 00:00:00 2001 From: bela Date: Sat, 18 Oct 2003 12:42:28 +0000 Subject: [PATCH] typos corrected git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2952 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/scripts/keil2sdcc.pl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/support/scripts/keil2sdcc.pl b/support/scripts/keil2sdcc.pl index 07a982d3..a3ba6576 100755 --- a/support/scripts/keil2sdcc.pl +++ b/support/scripts/keil2sdcc.pl @@ -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. -- 2.30.2