]> git.gag.com Git - fw/sdcc/commitdiff
fixed bad message in main
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 15 Jun 2000 00:28:16 +0000 (00:28 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 15 Jun 2000 00:28:16 +0000 (00:28 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@279 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCmain.c

index 5438a081d151522294a52f0706a12ddb647c4059..d217313827d256186837f8706b1590f1df122e2f 100644 (file)
@@ -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);