aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-06-15 16:28:29 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-06-15 16:28:29 +0200
commit124b3f589d24522b233ab6e2eb71df74b93e78c8 (patch)
tree96334a4f7d50597ec635439a64fb809ad3af29e9
parente65eb4ccb54db022e6e4310cf99d84c64727a924 (diff)
bsc-nat: Fix missing help description for -T timestamp cmdline option
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c
index e912f60b4..a9f1c0b6f 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c
@@ -1464,6 +1464,7 @@ static void print_help()
printf(" -d option --debug=DRLL:DCC:DMM:DRR:DRSL:DNM enable debugging\n");
printf(" -D --daemonize Fork the process into a background daemon\n");
printf(" -s --disable-color\n");
+ printf(" -T --timestamp. Print a timestamp in the debug output.\n");
printf(" -c --config-file filename The config file to use.\n");
printf(" -m --msc=IP. The address of the MSC.\n");
printf(" -l --local=IP. The local address of this BSC.\n");