From fede54c8217e32579eb8f0c4aa1a9443a876c02b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Apr 2011 09:17:40 +0200 Subject: bsc: Use the new name in the usage statement --- openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-bsc/osmo_bsc_main.c b/openbsc/src/osmo-bsc/osmo_bsc_main.c index 872b9f116..5aad97456 100644 --- a/openbsc/src/osmo-bsc/osmo_bsc_main.c +++ b/openbsc/src/osmo-bsc/osmo_bsc_main.c @@ -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() -- cgit v1.2.3-59-g8ed1b