summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crawl.pl2
1 files changed, 2 insertions, 0 deletions
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;