aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-25 02:41:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-25 02:41:38 +0100
commit009ad61dabb3b58ddd6212ecf4cb2b4dedc43404 (patch)
tree0a3c45502676891aec8e2b43a37a78077cdecaae
parent829772d3c4ad21c8cae8d37a6fa2e532c0c5ed19 (diff)
bsc_hack: Add other known options to the list
-rw-r--r--openbsc/src/bsc_hack.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index c95bbe2f2..4cde4ddec 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -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");
}