osmo-nitb: don't print 'bac_hack' in usage/help output
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index 172fb82..0183934 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -82,7 +82,7 @@
 
 static void print_usage()
 {
-	printf("Usage: bsc_hack\n");
+	printf("Usage: osmo-nitb\n");
 }
 
 static void print_help()