add --help message about --rtp-proxy argument

This commit is contained in:
Harald Welte 2009-12-18 15:05:02 +01:00
parent b9f3dce0ae
commit f314f6899b
1 changed files with 1 additions and 0 deletions

View File

@ -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)