bsc: Use the new name in the usage statement

This commit is contained in:
Holger Hans Peter Freyther 2011-04-13 09:17:40 +02:00
parent 7e737007d9
commit fede54c821
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern int bsc_bootstrap_network(int (*layer4)(struct gsm_network *, struct msgb
static void print_usage()
{
printf("Usage: bsc_msc_ip\n");
printf("Usage: osmo-bsc\n");
}
static void print_help()