aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-09 15:00:24 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-10 05:17:38 +0100
commite9495388d9fdcf9b3abe3919faa0b6ec2a7fa416 (patch)
treea678d3e545b231e20bfa829e0e7253d68b144f3e
parent596ef65a6b677c89e7e363010cab09c4fd8ebf99 (diff)
msc_main: do not say 'osmo-nitb' in the usage
-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 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()