aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-28 15:58:48 +0200
committeraxis <qt-info@nokia.com>2011-04-28 16:12:52 +0200
commit2690ff63b75d8f1eb140e86cfa82be4fc98ea7d8 (patch)
tree79670f1530b7483cd4928ed9ffd276c4fe492b15 /init-repository
parent3c270630df8cc4b17070c7796bc3a07dd2c5a75f (diff)
Prettified the usage screen.
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository12
1 files changed, 6 insertions, 6 deletions
diff --git a/init-repository b/init-repository
index 45789c87..61626320 100755
--- a/init-repository
+++ b/init-repository
@@ -60,13 +60,13 @@ sub system_v
sub printUsage
{
print("$0 <options>\n");
- print("-f\tForce initialization\n");
- print("-q\tQuiet operation. Will exit cleanly if repository is already\n");
+ print("-f\n\tForce initialization\n");
+ print("-q\n\tQuiet operation. Will exit cleanly if repository is already\n");
print("\tinitialized\n");
- print("-nokia-developer Switch to internal Nokia URLs.\n");
- print("-brisbane-nokia-developer Switch to internal Nokia URLs, and setup the brisbane mirrors.\n");
- print("-no-webkit Skip webkit and webkit examples submodules.\n");
- print("-no-update Skip the git submodule update command.\n");
+ print("-nokia-developer\n\tSwitch to internal Nokia URLs.\n");
+ print("-brisbane-nokia-developer\n\tSwitch to internal Nokia URLs, and setup the brisbane mirrors.\n");
+ print("-no-webkit\n\tSkip webkit and webkit examples submodules.\n");
+ print("-no-update\n\t Skip the git submodule update command.\n");
}
while (@ARGV) {