From e34fddc458f3eddb528162c1060007dc864967cc Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Wed, 16 Jun 1999 10:24:31 +0000 Subject: [PATCH] Harbour.y --- harbour/ChangeLog | 5 +++++ harbour/source/compiler/harbour.y | 1 + 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d759a6677b..04a0c47fb0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19990616-13:12 Alexander Kresin + updated: + * source\compiler\harbour.y + Added description of /p switch to PrintUsage() + 19990616-11:19 Alexander Kresin updated: * source\hbpp\hbppmain.c diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index c7d1f1eecc..16fc581117 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -1346,6 +1346,7 @@ void PrintUsage( char * szSelf ) "\t/l\t\tsuppress line number information\n" "\t/n\t\tno implicit starting procedure\n" "\t/o\tobject file drive and/or path\n" + "\t/p\t\tgenerate pre-processed output ( .ppo ) file\n" "\t/q\t\tquiet\n" "\t/s\t\tsyntax check only\n" "\t/t\t\talternative method of symbol table initialization\n"