msc_main: do not say 'osmo-nitb' in the usage

Change-Id: I2090097dc0d7e0251c116b95b802076df3419455
This commit is contained in:
Neels Hofmeyr 2018-03-09 15:00:24 +01:00
parent 596ef65a6b
commit e9495388d9
1 changed files with 1 additions and 1 deletions

View File

@ -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()