From: <jj...@us...> - 2004-02-07 16:24:13
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18697 Modified Files: ngetsuite.rb Log Message: typos fixed the download directory to the directory of the group instead of the group name added -L option to list the releases (beta) Index: ngetsuite.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/ngetsuite.rb,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ngetsuite.rb 6 Feb 2004 23:46:59 -0000 1.16 --- ngetsuite.rb 7 Feb 2004 16:21:20 -0000 1.17 *************** *** 20,23 **** --- 20,24 ---- [ '--update-all-groups', '-v', GetoptLong::NO_ARGUMENT, 'Update headers for all groups'], [ '--list-nfos', '-l', GetoptLong::OPTIONAL_ARGUMENT, '[groupid]', 'Lists already fetched nfos' ], + [ '--list-releases', '-L', GetoptLong::OPTIONAL_ARGUMENT, '[groupid]', 'Lists detected releases' ], [ '--show-nfo', '-n', GetoptLong::REQUIRED_ARGUMENT, 'nb_nfo[,groupid]', 'Prints the specified nfo' ], [ '--queue-article', '-q', GetoptLong::REQUIRED_ARGUMENT, 'groupid,articleid', 'Adds an article to the download queue'], |