From fc2201a766641116fe218c087b6c64bec70a3d2c Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Mon, 14 Jun 1999 10:57:36 +0000 Subject: [PATCH] see changelog --- harbour/ChangeLog | 4 ++++ harbour/source/compiler/harbour.y | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8e862b2686..cb08b756e7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990614 11:50 CET Eddie Runia + * source/compiler/harbour.y + help text changed + 19990613 23:23 CET Eddie Runia * source/rtl/natmsg/msggal.c forgot this one diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 4470a3e1c5..7dafd3c297 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -1357,6 +1357,7 @@ void PrintUsage( char * szSelf ) #endif "\t/g\t\tgenerated output language\n" "\t\t\t /gc (C default) --> \n" + "\t\t\t /gh (HRB file) --> \n" "\t\t\t /gj (Java) --> \n" "\t\t\t /gp (Pascal) --> \n" "\t\t\t /gr (Resources) --> \n"