[Nice-commit] Nice/src/nice/tools/unit/console main.nice,1.1,1.2
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-21 15:05:17
|
Update of /cvsroot/nice/Nice/src/nice/tools/unit/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3384/src/nice/tools/unit/console Modified Files: main.nice Log Message: Generate the manpage for niceunit. Index: main.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/unit/console/main.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.nice 18 Feb 2004 16:33:25 -0000 1.1 --- main.nice 21 Feb 2004 14:53:14 -0000 1.2 *************** *** 20,24 **** "Search path for compiled packages to be tested\nPATH is a list of directories and .jar archives", "path", ! String path => { classpath = path; }) ]; --- 20,27 ---- "Search path for compiled packages to be tested\nPATH is a list of directories and .jar archives", "path", ! String path => { classpath = path; }), ! ! option("man", "Print man page to stdout", visible: false, ! () => man(prg)) ]; |