add --help message about --rtp-proxy argument
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index b0f8d6c..c0695ef 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -75,6 +75,7 @@
 	printf("  -l --database db-name The database to use\n");
 	printf("  -p --pcap file  The filename of the pcap file\n");
 	printf("  -T --timestamp Prefix every log line with a timestamp\n");
+	printf("  -P --rtp-proxy Enable the RTP Proxy code inside OpenBSC\n");
 }
 
 static void handle_options(int argc, char** argv)