diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-15 13:14:40 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-15 13:14:40 +0100 |
| commit | 1337fef864e9b1493355bd0928c23dc71b4ceea4 (patch) | |
| tree | 3ec19bb66ef870b3400e949076ffbabe3ad362fe /crawl.pl | |
| parent | get_average (diff) | |
| parent | update gexf (diff) | |
| download | github-explorer-1337fef864e9b1493355bd0928c23dc71b4ceea4.tar.gz | |
merge
Diffstat (limited to 'crawl.pl')
| -rw-r--r-- | crawl.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
