mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-21 14:06:41 +08:00
init-repository: fixed `--help' with older Pod::Usage (OSX 10.6)
Pod::Usage shipped on OSX 10.6 seems to stop printing the usage message at the first `=headX'. Refactor the documentation slightly to take this into account.
This commit is contained in:
@@ -58,7 +58,9 @@ This script may be run after an initial `git clone' of Qt5 in order to check
|
||||
out all submodules.
|
||||
|
||||
|
||||
=head2 Global options:
|
||||
=head1 OPTIONS
|
||||
|
||||
B<Global options:>
|
||||
|
||||
=over
|
||||
|
||||
@@ -74,7 +76,7 @@ Be quiet. Will exit cleanly if the repository is already initialized.
|
||||
=back
|
||||
|
||||
|
||||
=head2 Module options:
|
||||
B<Module options:>
|
||||
|
||||
=over
|
||||
|
||||
@@ -101,7 +103,7 @@ it as needed.
|
||||
=back
|
||||
|
||||
|
||||
=head2 Repository options:
|
||||
B<Repository options:>
|
||||
|
||||
=over
|
||||
|
||||
|
||||
Reference in New Issue
Block a user