mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-05 02:39:23 +08:00
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging: init-repository: whitespace fix
This commit is contained in:
@@ -269,7 +269,7 @@ sub parse_arguments
|
|||||||
'update!' => \$self->{qw{ update }},
|
'update!' => \$self->{qw{ update }},
|
||||||
'webkit!' => \$self->{qw{ webkit }},
|
'webkit!' => \$self->{qw{ webkit }},
|
||||||
|
|
||||||
'help|?' => sub { pod2usage(1); },
|
'help|?' => sub { pod2usage(1); },
|
||||||
'http' => sub { $self->{protocol} = 'http'; },
|
'http' => sub { $self->{protocol} = 'http'; },
|
||||||
'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; },
|
'ssh|ssh-protocol' => sub { $self->{protocol} = 'ssh'; },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user