summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-15 13:02:59 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-15 13:02:59 +0100
commitd55ac1c0b26161f5c6d2604a8f192ff2bf2e7d3a (patch)
treed9f83707aeb4a90b494f74b56da5af2fe2c281a9 /crawl.pl
parentfix (diff)
downloadgithub-explorer-d55ac1c0b26161f5c6d2604a8f192ff2bf2e7d3a.tar.gz
update gexf
Diffstat (limited to '')
-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;