update to help in roadmap merger
authorvictorp@symbian.org
Fri, 31 Jul 2009 16:25:43 +0100
changeset 26 74210f1577f9
parent 25 7a2c092f0fbf
child 27 cad9fdd53748
update to help in roadmap merger
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;
 }