aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index b7a0fe45..92ba994f 100755
--- a/init-repository
+++ b/init-repository
@@ -269,7 +269,7 @@ sub parse_arguments
'update!' => \$self->{qw{ update }},
'webkit!' => \$self->{qw{ webkit }},
- 'help|?' => sub { pod2usage(1); },
+ 'help|?' => sub { pod2usage(1); },
'http' => sub { $self->{protocol} = 'http'; },
'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; },