From a0249cf58323bf01a1dd4b3ed1d9f3a03c26daed Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Aug 2008 09:37:22 +0000 Subject: [PATCH] 2008-08-06 11:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbdoc/hbdoc.prg ! Typos fixed on help screen. --- harbour/ChangeLog | 4 ++++ harbour/utils/hbdoc/hbdoc.prg | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8f879f636c..a658b4fda3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-06 11:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * utils/hbdoc/hbdoc.prg + ! Typos fixed on help screen. + 2008-08-05 23:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/errorint.c * source/vm/estack.c diff --git a/harbour/utils/hbdoc/hbdoc.prg b/harbour/utils/hbdoc/hbdoc.prg index a28c716e3e..6bcc59f18f 100644 --- a/harbour/utils/hbdoc/hbdoc.prg +++ b/harbour/utils/hbdoc/hbdoc.prg @@ -281,26 +281,26 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile ) outstd( "Syntax: hbdoc [options] []"+ hb_osnewline() ) outstd( ""+ hb_osnewline() ) outstd( "Options: /txt Create an ASCII file instead of a Norton Guide"+ hb_osnewline() ) - outstd( " /con Create an ASCII file without formfeeds"+ hb_osnewline() ) + outstd( " /con Create an ASCII file without form feeds"+ hb_osnewline() ) outstd( " /hpc Helpc source file"+ hb_osnewline() ) - outstd( " /ngi Adds the -NG switch to EHC command for compile for"+ hb_osnewline() ) + outstd( " /ngi Add the -NG switch to EHC command to compile for"+ hb_osnewline() ) outstd( " DOS/Windows/Linux."+ hb_osnewline() ) outstd( " /rtf Winhelp source code for Windows"+ hb_osnewline() ) - outstd( " /os2 OS/2 help source code For OS/2"+ hb_osnewline() ) + outstd( " /os2 OS/2 help source code for OS/2"+ hb_osnewline() ) outstd( " /htm Generate HTML output"+ hb_osnewline() ) outstd( " /ht2 Generate HTML output (new doc model)"+ hb_osnewline() ) - outstd( " /chm Generate HTML source files for Windows .chm Help files"+ hb_osnewline() ) - outstd( " /ch2 Generate HTML source files for Windows .chm Help files"+ hb_osnewline() ) + outstd( " /chm Generate HTML source files for Windows .chm help files"+ hb_osnewline() ) + outstd( " /ch2 Generate HTML source files for Windows .chm help files"+ hb_osnewline() ) outstd( " (new doc model)"+ hb_osnewline() ) #ifdef HBDOC_PDF - outstd( " /pdf Generate an Adobe Portable Document (.PDF)"+ hb_osnewline() ) + outstd( " /pdf Generate an Adobe Portable Document (.pdf)"+ hb_osnewline() ) #endif - outstd( " /trf Gerenate Linux TROFF code"+ hb_osnewline() ) - outstd( " /doc Create continuous ASCII file w/o author information"+ hb_osnewline() ) + outstd( " /trf Generate Linux TROFF code"+ hb_osnewline() ) + outstd( " /doc Create continuous ASCII file without author information"+ hb_osnewline() ) outstd( " "+ hb_osnewline() ) outstd( "Notes: - Only one option can be specified at a time."+ hb_osnewline() ) outstd( " - is the name of the Norton Guide Link file."+ hb_osnewline() ) - outstd( " - is a file containing a list of files to process"+ hb_osnewline() ) + outstd( " - is a file containing a list of files to process,"+ hb_osnewline() ) outstd( " otherwise *.prg, *.c, *.asm, *.ch and *.txt are used."+ hb_osnewline() ) RETURN NIL ENDIF