aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
diff options
context:
space:
mode:
authorRafael Diniz <rafael@riseup.net>2019-04-06 18:21:55 -0300
committerRafael Diniz <rafael@riseup.net>2019-04-06 18:23:59 -0300
commit995356d7c14bf4075feafadb1b013cd78773e719 (patch)
tree9b4c049abce3cfa3b524739abffff6c35b5d2717 /src/pcu_main.cpp
parent0e6ac799f7f75639ae37e01feeb507e301a12745 (diff)
Help output of osmo-pcu looks better now.rafael2k/helpoutput
Diffstat (limited to 'src/pcu_main.cpp')
-rw-r--r--src/pcu_main.cpp14
1 files 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"
);