From e9495388d9fdcf9b3abe3919faa0b6ec2a7fa416 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 9 Mar 2018 15:00:24 +0100 Subject: msc_main: do not say 'osmo-nitb' in the usage Change-Id: I2090097dc0d7e0251c116b95b802076df3419455 --- 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 00f132b86..aba74b6a1 100644 --- a/src/osmo-msc/msc_main.c +++ b/src/osmo-msc/msc_main.c @@ -112,7 +112,7 @@ static struct osmo_timer_list db_sync_timer; static void print_usage() { - printf("Usage: osmo-nitb\n"); + printf("Usage: osmo-msc\n"); } static void print_help() -- cgit v1.2.3