Commit 50a3ec3c authored by Vijay Subramanian's avatar Vijay Subramanian Committed by Stephen Hemminger

tc-codel: Update usage text

codel can take 'noecn' as an option. This also makes it consistent with the
manpage.
Signed-off-by: default avatarVijay Subramanian <subramanian.vijay@gmail.com>
parent 28c58053
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment