]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: red: Mark "bandwidth" parameter as optional in usage text
authorDavid Ward <david.ward@ll.mit.edu>
Mon, 18 May 2015 15:35:08 +0000 (11:35 -0400)
committerStephen Hemminger <shemming@brocade.com>
Thu, 21 May 2015 21:16:03 +0000 (14:16 -0700)
Signed-off-by: David Ward <david.ward@ll.mit.edu>
tc/q_red.c

index 1bf2bd9d8e095ff577d6cad77a8b82362dab0b3d..abd86c7bc9428dc5156d09714fa24894f713043d 100644 (file)
@@ -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");
 }