diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-12 16:55:56 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-12 16:55:56 +0100 |
| commit | d13575078ae19d5cae256769465cd10c3cd630fe (patch) | |
| tree | 146fcde44d497bb2c92b6f2c3746e0fdb3ddb065 /crawl.pl | |
| parent | small pause (diff) | |
| parent | layout (diff) | |
| download | github-explorer-d13575078ae19d5cae256769465cd10c3cd630fe.tar.gz | |
fix
Diffstat (limited to 'crawl.pl')
| -rw-r--r-- | crawl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ GetOptions( 'repo' => \my $repo, 'graph' => \my $graph, 'network' => \my $network, - 'seed' => \my $seed, + 'seed' => \my $seed, 'conf=s' => \my $conf, ); |
