# HG changeset patch # User victorp@symbian.org # Date 1249053943 -3600 # Node ID 74210f1577f98c09f6b3d1969de69bab0413299d # Parent 7a2c092f0fbf4524400cf662aa6312e54cdb648e update to help in roadmap merger diff -r 7a2c092f0fbf -r 74210f1577f9 tdroadmap_merger/gettd.pl --- a/tdroadmap_merger/gettd.pl Fri Jul 31 16:22:41 2009 +0100 +++ b/tdroadmap_merger/gettd.pl Fri Jul 31 16:25:43 2009 +0100 @@ -209,10 +209,11 @@ sub printhelp { - print "\n\n version 0.3 + print "\n\n version 0.4 \ngettd.pl -t=url -d=domain \nrequired parameters:\n\t -t url containing the technology domain roadmap\n\t -d the technology domain name \n Optional parameters\n\t-o filename ,the output is logged into the output.csv file by default\n\t-h for help - \n\t-a setup authorisation by cookie follow instructions in http://developer.symbian.org/wiki/index.php/Roadmap_merger_script#Cookies"; + \n\t-a setup authorisation by cookie follow instructions in http://developer.symbian.org/wiki/index.php/Roadmap_merger_script#Cookies + \n\t -p adds support for package backlog analysis. just run gettd.pl -p"; exit; }