From dc7e5e7badb612285c2f788989f8e439518c6c86 Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 15 Jun 2000 00:28:16 +0000 Subject: [PATCH] fixed bad message in main git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@279 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDCCmain.c b/src/SDCCmain.c index 5438a081..d2173138 100644 --- a/src/SDCCmain.c +++ b/src/SDCCmain.c @@ -288,7 +288,7 @@ void printUsage () "PreProcessor Options :-\n" "\t-Dmacro - Define Macro\n" "\t-Ipath - Include \"*.h\" path\n" - "Note: this is a complete list of options see docs for details\n", + "Note: this is NOT a complete list of options see docs for details\n", _ports[0]->target ); exit (0); -- 2.47.2