minor fix to prev

This commit is contained in:
Viktor Szakats
2007-11-09 14:24:31 +00:00
parent 266cb421e0
commit d9ad098243
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
+ Added -f* switches to help screen.
* source/compiler/cmdcheck.c
* source/compiler/hbusage.c
! -r=<max> -> -r:<max>
* contrib/libct/screen2.c

View File

@@ -88,7 +88,7 @@ void hb_compPrintUsage( HB_COMP_DECL, char * szSelf )
"\n %cp+ generate pre-processor trace (.ppt) file",
"\n %cq quiet",
"\n %cq0 quiet and don't display program header",
"\n %cr=<max> set maximum number of preprocessor iterations",
"\n %cr:<max> set maximum number of preprocessor iterations",
/* TODO: "\n %cr[<lib>] request linker to search <lib> (or none)", */
"\n %cs syntax check only",
/* TODO: "\n %ct<path> path for temp file creation", */