aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2009-12-18 15:05:02 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-19 18:35:56 +0100
commitf314f6899b89cacae521daf12db85531a5e20dc5 (patch)
tree0faf69e1767649a871f2262c9fd393f657dc61b0
parentb9f3dce0ae8e7064e3be4951d81c351a0b76ed41 (diff)
add --help message about --rtp-proxy argument
-rw-r--r--openbsc/src/bsc_hack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index b0f8d6c3f..c0695ef35 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -75,6 +75,7 @@ static void print_help()
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)