From c70979a337edfae1782507ddca717e099571b686 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 12 Aug 2009 21:52:11 +0200 Subject: [PATCH] add help message about timestamp option --- openbsc/src/bsc_hack.c | 1 + 1 file changed, 1 insertion(+) 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)