Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/9635 )
Change subject: msc_main: Fix typo in description of version param
......................................................................
msc_main: Fix typo in description of version param
Change-Id: I553a2695aec19517b3c67f5eb5d495180e24d7e8
---
M src/osmo-msc/msc_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index 85a8fe1..b83691f 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -125,7 +125,7 @@
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");
--
To view, visit https://gerrit.osmocom.org/9635
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I553a2695aec19517b3c67f5eb5d495180e24d7e8
Gerrit-Change-Number: 9635
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder