From 19d8742820d1b67110d3028e71350c700ef025c3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 27 Nov 2013 01:28:21 +0100 Subject: osmo-nitb: don't print 'bac_hack' in usage/help output --- openbsc/src/osmo-nitb/bsc_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc') 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() -- cgit v1.2.3