aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-04-13 09:17:40 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-04-13 09:18:09 +0200
commitfede54c8217e32579eb8f0c4aa1a9443a876c02b (patch)
tree6d466d9534322884e0601f8ebeb4d8a5492817ca
parent7e737007d9b401adec3f5c9b93ca12c99d419999 (diff)
bsc: Use the new name in the usage statement
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_main.c2
1 files changed, 1 insertions, 1 deletions
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()