summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-12 16:55:56 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-12 16:55:56 +0100
commitd13575078ae19d5cae256769465cd10c3cd630fe (patch)
tree146fcde44d497bb2c92b6f2c3746e0fdb3ddb065 /crawl.pl
parentsmall pause (diff)
parentlayout (diff)
downloadgithub-explorer-d13575078ae19d5cae256769465cd10c3cd630fe.tar.gz
fix
Diffstat (limited to 'crawl.pl')
-rw-r--r--crawl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl.pl b/crawl.pl
index d844893..300cfd5 100644
--- a/crawl.pl
+++ b/crawl.pl
@@ -12,7 +12,7 @@ GetOptions(
'repo' => \my $repo,
'graph' => \my $graph,
'network' => \my $network,
- 'seed' => \my $seed,
+ 'seed' => \my $seed,
'conf=s' => \my $conf,
);