Hi,

   LOCAL aText_Basic := {;
      I_( "Syntax:" ),;
      I_( "" ),;
I_( " hbmk [options] [<script[s]>] <src[s][.prg|.c|.obj|.o|.rc|.res|.pot|.hbl]>" ),;
      I_( "" ),;
      I_( "Options:" ) }

In this case I would write:

    LOCAL aText_Basic := {;
       I_( "Syntax:" ),;
       "",;
       I_( "  hbmk [options] [<script[s]>]
 <src[s][.prg|.c|.obj|.o|.rc|.res|.pot|.hbl]>" ),;
       "",;
       I_( "Options:" ) }

Or perhaps it is even better to include all help text into one string.

I'll commit hbexprb.c fix tomorrow.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to