From: Daniel Borkmann Date: Fri, 27 Feb 2015 16:52:36 +0000 (+0100) Subject: m_bpf: remove unrelevant help lines X-Git-Tag: v4.0.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32caee9fc7cc92091596994ba7482ffa6bf936fc;p=thirdparty%2Fiproute2.git m_bpf: remove unrelevant help lines Left-overs when copying this over from cls_bpf. ;) Lets remove them. Signed-off-by: Daniel Borkmann Cc: Jiri Pirko --- diff --git a/tc/m_bpf.c b/tc/m_bpf.c index 611135ea2..3b864f9d9 100644 --- a/tc/m_bpf.c +++ b/tc/m_bpf.c @@ -31,8 +31,6 @@ static void explain(void) fprintf(stderr, "Where BPF_BYTECODE := \'s,c t f k,c t f k,c t f k,...\'\n"); fprintf(stderr, " c,t,f,k and s are decimals; s denotes number of 4-tuples\n"); fprintf(stderr, "Where FILE points to a file containing the BPF_BYTECODE string\n"); - fprintf(stderr, "\nACTION_SPEC := ... look at individual actions\n"); - fprintf(stderr, "NOTE: CLASSID is parsed as hexadecimal input.\n"); } static void usage(void)