aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-15 14:58:33 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-15 14:58:59 +0200
commita232eeb2e4fa35ea333929cd4600f223b3751d65 (patch)
tree3e43aa7bd5cd6cf02c00eae98a6a453cc4c7a272
parent5df4e4ddde86c1ca2528a6749c071d24925e9136 (diff)
msc_main: Fix typo in description of version param
-rw-r--r--src/osmo-msc/msc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index 85a8fe178..b83691fd9 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -125,7 +125,7 @@ static void print_help()
printf(" -s --disable-color\n");
printf(" -l --database db-name The database to use.\n");
printf(" -T --timestamp Prefix every log line with a timestamp.\n");
- printf(" -V --version Print the version of OpenBSC.\n");
+ printf(" -V --version Print the version of OsmoMSC.\n");
printf(" -e --log-level number Set a global loglevel.\n");
printf(" -M --mncc-sock-path PATH Disable built-in MNCC handler and offer socket.\n");
printf(" -C --no-dbcounter Disable regular syncing of counters to database.\n");