Commit 7bf17a22 authored by David Ward's avatar David Ward Committed by Stephen Hemminger

tc: red: Mark "bandwidth" parameter as optional in usage text

Signed-off-by: default avatarDavid Ward <david.ward@ll.mit.edu>
parent d93c909a
......@@ -29,7 +29,7 @@
static void explain(void)
{
fprintf(stderr, "Usage: ... red limit BYTES [min BYTES] [max BYTES] avpkt BYTES [burst PACKETS]\n");
fprintf(stderr, " [adaptive] [probability PROBABILITY] bandwidth KBPS\n");
fprintf(stderr, " [adaptive] [probability PROBABILITY] [bandwidth KBPS]\n");
fprintf(stderr, " [ecn] [harddrop]\n");
}
......
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