aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-15 15:45:31 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-15 15:48:50 +0200
commitd05d5e6afd50971b585fa6f243ef55a6fea9f771 (patch)
tree5a356f75c8aa6fef2fe9e982080be744da3dc3e2 /src
parent41da945848bab8617cf368d6640a73d5ff5d35b3 (diff)
osmo-bsc: Clean help description of cmd line parameters
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 8495608f5..6967e8c11 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -86,16 +86,16 @@ static void print_usage()
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)