From: <jj...@us...> - 2004-03-05 15:42:38
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18152 Modified Files: ngetsuite.rb Log Message: added -T option (for test) 31337 release detection Index: ngetsuite.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/ngetsuite.rb,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ngetsuite.rb 27 Feb 2004 13:12:06 -0000 1.20 --- ngetsuite.rb 5 Mar 2004 15:28:04 -0000 1.21 *************** *** 14,17 **** --- 14,18 ---- # end of options, begin of actions nil, + [ '--test', '-T', GetoptLong::REQUIRED_ARGUMENT, 'test_data', 'test mode'], [ '--show-groups', '-s', GetoptLong::NO_ARGUMENT, 'List all known groups'], [ '--add-group', '-a', GetoptLong::REQUIRED_ARGUMENT, 'fullname[,alias,dir,desc]', 'Add a group'], |