aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-08-12 21:52:11 +0200
committerHarald Welte <laforge@gnumonks.org>2009-08-12 21:52:11 +0200
commitc70979a337edfae1782507ddca717e099571b686 (patch)
tree4794a9f8aa7da42d7201142751d7c2feba171c51 /openbsc/src/bsc_hack.c
parent61cd8831ebbc26ca344ee87f393cd67176aebdbb (diff)
add help message about timestamp option
Diffstat (limited to 'openbsc/src/bsc_hack.c')
-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 5d35f25f8..7bd036ab0 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -1120,6 +1120,7 @@ static void print_help()
printf(" -p --pcap file The filename of the pcap file\n");
printf(" -C --cardnr number For bs11 select E1 card number other than 0\n");
printf(" -R --release-l2 Releases mISDN layer 2 after exit, to unload driver.\n");
+ printf(" -T --timestamp Prefix every log line with a timestamp\n");
}
static void handle_options(int argc, char** argv)