From: <jj...@us...> - 2004-02-04 01:47:56
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21764 Modified Files: ngetsuite.rb Log Message: added --delete-queue (-x), changed callback when parsing nget cache Index: ngetsuite.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/ngetsuite.rb,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ngetsuite.rb 2 Feb 2004 02:41:34 -0000 1.14 --- ngetsuite.rb 4 Feb 2004 01:45:38 -0000 1.15 *************** *** 14,17 **** --- 14,18 ---- + # reste -p, -w, -y $args = Array[ [ '--debug', '-d', GetoptLong::NO_ARGUMENT, 'Enable debug mode'], *************** *** 33,36 **** --- 34,38 ---- [ '--set-priority', '-f', GetoptLong::REQUIRED_ARGUMENT, 'queueid,prio', 'Changes the priority of the specified queue' ], [ '--set-status', '-i', GetoptLong::REQUIRED_ARGUMENT, 'queueid,status', 'Changes the status of the specified queue'], + [ '--delete-queue', '-x', GetoptLong::REQUIRED_ARGUMENT, 'queueid', 'Changes the status of the specified queue'], [ '--set-limit', '-j', GetoptLong::REQUIRED_ARGUMENT, 'limit', 'Sets the maximum limit of parallel downloads'], [ '--set-poll-interval', '-o', GetoptLong::REQUIRED_ARGUMENT, 'intervall', 'Sets the polling intervall of the download manager'], |