Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9638 )

Change subject: osmo-bsc: Clean help description of cmd line parameters
......................................................................

osmo-bsc: Clean help description of cmd line parameters

Change-Id: I2ce242e97445785c3f1d965d89e3f1b6ca6a37ab
---
M src/osmo-bsc/osmo_bsc_main.c
1 file changed, 10 insertions(+), 10 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 8495608..6967e8c 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -86,16 +86,16 @@
 static void print_help()
 {
        printf("  Some useful help...\n");
-       printf("  -h --help this text\n");
-       printf("  -D --daemonize Fork the process into a background daemon\n");
-       printf("  -d option --debug=DRLL:DMM:DRR:DRSL:DNM enable debugging\n");
-       printf("  -s --disable-color\n");
-       printf("  -T --timestamp. Print a timestamp in the debug output.\n");
-       printf("  -c --config-file filename The config file to use.\n");
-       printf("  -l --local=IP. The local address of the MGCP.\n");
-       printf("  -e --log-level number. Set a global loglevel.\n");
-       printf("  -r --rf-ctl NAME. A unix domain socket to listen for 
cmds.\n");
-       printf("  -t --testmode. A special mode to provoke failures at the 
MSC.\n");
+       printf("  -h --help                     This text.\n");
+       printf("  -D --daemonize                Fork the process into a 
background daemon.\n");
+       printf("  -d  --debug option            --debug=DRLL:DMM:DRR:DRSL:DNM 
enable debugging.\n");
+       printf("  -s --disable-color            Disable coloring log in 
stderr.\n");
+       printf("  -T --timestamp                Print a timestamp in the debug 
output.\n");
+       printf("  -c --config-file filename     The config file to use.\n");
+       printf("  -l --local IP                 The local address of the 
MGCP.\n");
+       printf("  -e --log-level number         Set a global loglevel.\n");
+       printf("  -r --rf-ctl NAME              A unix domain socket to listen 
for cmds.\n");
+       printf("  -t --testmode                 A special mode to provoke 
failures at the MSC.\n");
 }

 static void handle_options(int argc, char **argv)

--
To view, visit https://gerrit.osmocom.org/9638
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ce242e97445785c3f1d965d89e3f1b6ca6a37ab
Gerrit-Change-Number: 9638
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to