bsc_hack: Add other known options to the list

This commit is contained in:
Holger Hans Peter Freyther 2010-03-25 02:41:38 +01:00
parent 829772d3c4
commit 009ad61dab
1 changed files with 3 additions and 1 deletions

View File

@ -76,11 +76,13 @@ static void print_help()
printf(" Some useful help...\n");
printf(" -h --help this text\n");
printf(" -d option --debug=DRLL:DCC:DMM:DRR:DRSL:DNM enable debugging\n");
printf(" -s --disable-color\n");
printf(" -c --config-file filename The config file to use.\n");
printf(" -s --disable-color\n");
printf(" -l --database db-name The database to use\n");
printf(" -a --authorize-everyone. Authorize every new subscriber. Dangerous!.\n");
printf(" -p --pcap file The filename of the pcap file\n");
printf(" -T --timestamp Prefix every log line with a timestamp\n");
printf(" -V --version. Print the version of OpenBSC.\n");
printf(" -P --rtp-proxy Enable the RTP Proxy code inside OpenBSC\n");
printf(" -e --log-level number. Set a global loglevel.\n");
}