From: sandeep Date: Thu, 15 Jun 2000 00:28:16 +0000 (+0000) Subject: fixed bad message in main X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=dc7e5e7badb612285c2f788989f8e439518c6c86;p=fw%2Fsdcc fixed bad message in main git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@279 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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);