summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crawl.pl')
-rw-r--r--crawl.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl.pl b/crawl.pl
index 300cfd5..c1822fb 100644
--- a/crawl.pl
+++ b/crawl.pl
@@ -13,6 +13,7 @@ GetOptions(
'graph' => \my $graph,
'network' => \my $network,
'seed' => \my $seed,
+ 'stats' => \my $stats,
'conf=s' => \my $conf,
);
@@ -32,3 +33,4 @@ $gh->harvest_repo if $repo;
$gh->graph_repo if $network;
$gh->gen_graph if $graph;
$gh->gen_seed if $seed;
+$gh->stats_by_country if $stats;