aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-11-27 01:28:21 +0100
committerHarald Welte <laforge@gnumonks.org>2013-11-27 01:28:21 +0100
commit19d8742820d1b67110d3028e71350c700ef025c3 (patch)
treedbfd0c8b34131406a831000fce743916b5ff9fd9 /openbsc/src/osmo-nitb
parent72c309021a386a0ecc91784cc262892b6d2561e8 (diff)
osmo-nitb: don't print 'bac_hack' in usage/help output
Diffstat (limited to 'openbsc/src/osmo-nitb')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index 172fb8269..018393494 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -82,7 +82,7 @@ static void create_pcap_file(char *file)
static void print_usage()
{
- printf("Usage: bsc_hack\n");
+ printf("Usage: osmo-nitb\n");
}
static void print_help()