From 2690ff63b75d8f1eb140e86cfa82be4fc98ea7d8 Mon Sep 17 00:00:00 2001 From: axis Date: Thu, 28 Apr 2011 15:58:48 +0200 Subject: [PATCH] Prettified the usage screen. --- init-repository | 12 ++++++------ 1 file 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 \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) {