2008-08-06 11:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* utils/hbdoc/hbdoc.prg
     ! Typos fixed on help screen.
This commit is contained in:
Viktor Szakats
2008-08-06 09:37:22 +00:00
parent cc11165862
commit a0249cf583
2 changed files with 13 additions and 9 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -281,26 +281,26 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile )
outstd( "Syntax: hbdoc [options] <linkname> [<ifile>]"+ 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( " - <linkname> is the name of the Norton Guide Link file."+ hb_osnewline() )
outstd( " - <iFile> is a file containing a list of files to process"+ hb_osnewline() )
outstd( " - <iFile> 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