From 995356d7c14bf4075feafadb1b013cd78773e719 Mon Sep 17 00:00:00 2001 From: Rafael Diniz Date: Sat, 6 Apr 2019 18:21:55 -0300 Subject: Help output of osmo-pcu looks better now. Change-Id: If4ecf9be5a0739bb54aedb077eda51ad091b4c3f --- src/pcu_main.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp index c39c3376..9233e6f0 100644 --- a/src/pcu_main.cpp +++ b/src/pcu_main.cpp @@ -65,18 +65,18 @@ static const char *gsmtap_addr = "localhost"; // FIXME: use gengetopt's default static void print_help() { - printf( "Some useful options:\n" - " -h --help this text\n" + printf( "Options:\n" + " -h --help This text\n" " -c --config-file Specify the filename of the config " "file\n" - " -m --mcc MCC use given MCC instead of value " + " -m --mcc MCC Use given MCC instead of value " "provided by BTS\n" - " -n --mnc MNC use given MNC instead of value " + " -n --mnc MNC Use given MNC instead of value " "provided by BTS\n" - " -V --version print version\n" - " -r --realtime PRIO Use SCHED_RR with the specified " + " -V --version Print version\n" + " -r --realtime PRIO Use SCHED_RR with the specified " "priority\n" - " -D --daemonize Fork the process into a background" + " -D --daemonize Fork the process into a background " "daemon\n" " -i --gsmtap-ip The destination IP used for GSMTAP.\n" ); -- cgit v1.2.3