From d2551c9cc2e637835876fec5e9cb58f9e9f2061c Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 12 Feb 2010 16:41:02 +0100 Subject: wip --- crawl.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl.pl') diff --git a/crawl.pl b/crawl.pl index d0d911b..d844893 100644 --- a/crawl.pl +++ b/crawl.pl @@ -12,6 +12,7 @@ GetOptions( 'repo' => \my $repo, 'graph' => \my $graph, 'network' => \my $network, + 'seed' => \my $seed, 'conf=s' => \my $conf, ); @@ -30,3 +31,4 @@ $gh->harvest_profiles if $profiles; $gh->harvest_repo if $repo; $gh->graph_repo if $network; $gh->gen_graph if $graph; +$gh->gen_seed if $seed; -- cgit 1.4.1