summaryrefslogtreecommitdiff
path: root/crawl.pl
diff options
context:
space:
mode:
Diffstat (limited to '')
-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,
);