=================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/stubdocs.txi,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/src/stub/stubdocs.txi 2003/01/25 12:30:42 1.2 +++ /cvs/djgpp/djgpp/src/stub/stubdocs.txi 2003/02/08 11:37:42 1.3 @@ -31,7 +31,7 @@ will provide additional debugging output @chapter @command{stubify} @pindex stubify -Usage: @kbd{stubify [-v] [-g] files} +Usage: @kbd{stubify [-v] [-g] [-stubparams=param[,param...]] files} @command{stubify} is a utility that adds a DOS exectuable stub loader to the front of a @acronym{COFF} image. The input program may be @acronym{COFF} @@ -56,6 +56,13 @@ program in the same directory. This is @code{argv[0]} can be used to change program behavior or create a small alias to the other program. +@item -stubparams=param[,param...] + +Pass @option{param[ param...]} to @command{stubedit} to tune the stub's +parameters. Commas in @option{param[,param...]} are converted into +spaces. See the documentation of @command{stubedit} (@pxref{stubedit}) +for the available parameters. + @end table @c -----------------------------------------------------------------------------