ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit 91a51787dec36c6ff784c8a9764ecb48225e2a43
parent 6a17f1ed4c8d7c250051823f92df26fd2d7b5084
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 30 Jun 2005 23:35:20 +0000

update online usage to specify "single" flag to ``-W''

Diffstat:
Mngrep.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ngrep.c b/ngrep.c @@ -1215,7 +1215,7 @@ void usage(int8_t e) { "L" #endif "hNXViwqpevxlDtTRM> <-IO pcap_dump> <-n num> <-d dev> <-A num>\n" - " <-s snaplen> <-S limitlen> <-W normal|byline|none> <-c cols>\n" + " <-s snaplen> <-S limitlen> <-W normal|byline|single|none> <-c cols>\n" " <-P char> <-F file> <match expression> <bpf filter>\n" " -h is help/usage\n" " -V is version information\n"