diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-15 13:02:59 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-15 13:02:59 +0100 |
| commit | d55ac1c0b26161f5c6d2604a8f192ff2bf2e7d3a (patch) | |
| tree | d9f83707aeb4a90b494f74b56da5af2fe2c281a9 /crawl.pl | |
| parent | fix (diff) | |
| download | github-explorer-d55ac1c0b26161f5c6d2604a8f192ff2bf2e7d3a.tar.gz | |
update gexf
Diffstat (limited to '')
| -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; |
