From: Vijay Subramanian Date: Thu, 24 May 2012 18:48:07 +0000 (-0700) Subject: tc-codel: Update usage text X-Git-Tag: v3.5.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50a3ec3c46b360f9e4f0740932dbaa2542cbe678;p=thirdparty%2Fiproute2.git tc-codel: Update usage text codel can take 'noecn' as an option. This also makes it consistent with the manpage. Signed-off-by: Vijay Subramanian --- diff --git a/tc/q_codel.c b/tc/q_codel.c index 826285a09..dc4b3f6c5 100644 --- a/tc/q_codel.c +++ b/tc/q_codel.c @@ -54,7 +54,7 @@ static void explain(void) { fprintf(stderr, "Usage: ... codel [ limit PACKETS ] [ target TIME]\n"); - fprintf(stderr, " [ interval TIME ] [ ecn ]\n"); + fprintf(stderr, " [ interval TIME ] [ ecn | noecn ]\n"); } static int codel_parse_opt(struct qdisc_util *qu, int argc, char **argv,