diff --git a/ChangeLog.txt b/ChangeLog.txt index b7fbec1298..ec1b33ee11 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-30 16:43 UTC+0100 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + * -> in help for better clarity + 2013-03-30 14:55 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! two missing hb_ prefixes in help diff --git a/utils/hbmk2/hbmk2.prg b/utils/hbmk2/hbmk2.prg index d6fbc1d3f8..addf052910 100644 --- a/utils/hbmk2/hbmk2.prg +++ b/utils/hbmk2/hbmk2.prg @@ -15756,9 +15756,9 @@ STATIC PROCEDURE ShowHelp( hbmk, lMore, lLong ) { "-nolibgrouping[-]" , I_( "disable library grouping on gcc based compilers" ) }, ; { "-nomiscsyslib[-]" , I_( "do not add extra list of system libraries to default library list" ) }, ; { "-traceonly" , I_( "show commands to be executed, but do not execute them" ) }, ; - { "-warn=" , I_( e"set C compiler warning level\n can be: max, yes, low, no, def (default: yes)" ) }, ; + { "-warn=" , I_( e"set C compiler warning level\n can be: max, yes, low, no, def (default: yes)" ) }, ; { "-safe[-]" , I_( e"enable safety options in C compiler/linker (default: enabled on Windows, disabled on other systems)" ) }, ; - { "-compr=" , I_( e"compress executable/dynamic lib (needs UPX tool)\n can be: yes, no, min, max" ) }, ; + { "-compr=" , I_( e"compress executable/dynamic lib (needs UPX tool)\n can be: yes, no, min, max" ) }, ; { "-run[-]" , I_( "run/do not run output executable" ) }, ; { "-vcshead=" , I_( "generate .ch header file with local repository information. Git, SVN, Mercurial, Bazaar, Fossil, CVS and Monotone are currently supported. Generated header will define preprocessor constant _HBMK_VCS_TYPE_ with the name of detected VCS and _HBMK_VCS_ID_ with the unique ID of local repository. If no VCS system is detected, a sequential number will be rolled automatically on each build." ) }, ; { "-tshead=" , I_( "generate .ch header file with timestamp information. Generated header will define preprocessor constants _HBMK_BUILD_DATE_, _HBMK_BUILD_TIME_, _HBMK_BUILD_TIMESTAMP_ with the date/time of build" ) }, ;