]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ip-link: add missing {min,max}_tx_rate to help text
authorPhil Sutter <phil@nwl.cc>
Tue, 16 Aug 2016 14:08:38 +0000 (16:08 +0200)
committerStephen Hemminger <sthemmin@microsoft.com>
Wed, 17 Aug 2016 20:54:31 +0000 (13:54 -0700)
These vf options are described in man page already, they're just missing
in help output.

Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/iplink.c

index f9a7e0909747cb8cd9f8080f3aa6a0a72139c61b..6b1db18a6135dc5d8dd9652eda8572216135d3bc 100644 (file)
@@ -79,6 +79,8 @@ void iplink_usage(void)
        fprintf(stderr, "                                  [ vlan VLANID [ qos VLAN-QOS ] ]\n");
 
        fprintf(stderr, "                                  [ rate TXRATE ]\n");
+       fprintf(stderr, "                                  [ max_tx_rate TXRATE ]\n");
+       fprintf(stderr, "                                  [ min_tx_rate TXRATE ]\n");
 
        fprintf(stderr, "                                  [ spoofchk { on | off} ]\n");
        fprintf(stderr, "                                  [ query_rss { on | off} ]\n");