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"