From a232eeb2e4fa35ea333929cd4600f223b3751d65 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 15 Jun 2018 14:58:33 +0200 Subject: [PATCH] msc_main: Fix typo in description of version param Change-Id: I553a2695aec19517b3c67f5eb5d495180e24d7e8 --- src/osmo-msc/msc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");