ip link: Fix indenting in help text
Indenting of 'ip link set' options below 'link-netns' was wrong, they should be on the same level as the above. While being at it, fix closing brackets in vf-specific options. Also write node/port_guid parameters in upper-case without curly braces: They are supposed to be replaced by values, not put literally. Fixes:8589eb4efd("treewide: refactor help messages") Fixes:5a3ec4ba64("iplink: Update usage in help message") Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ea6aeeb90c
commit
23203b750e
|
|
@ -94,10 +94,10 @@ void iplink_usage(void)
|
||||||
" [ min_tx_rate TXRATE ]\n"
|
" [ min_tx_rate TXRATE ]\n"
|
||||||
" [ spoofchk { on | off} ]\n"
|
" [ spoofchk { on | off} ]\n"
|
||||||
" [ query_rss { on | off} ]\n"
|
" [ query_rss { on | off} ]\n"
|
||||||
" [ state { auto | enable | disable} ] ]\n"
|
" [ state { auto | enable | disable} ]\n"
|
||||||
" [ trust { on | off} ] ]\n"
|
" [ trust { on | off} ]\n"
|
||||||
" [ node_guid { eui64 } ]\n"
|
" [ node_guid EUI64 ]\n"
|
||||||
" [ port_guid { eui64 } ]\n"
|
" [ port_guid EUI64 ] ]\n"
|
||||||
" [ { xdp | xdpgeneric | xdpdrv | xdpoffload } { off |\n"
|
" [ { xdp | xdpgeneric | xdpdrv | xdpoffload } { off |\n"
|
||||||
" object FILE [ section NAME ] [ verbose ] |\n"
|
" object FILE [ section NAME ] [ verbose ] |\n"
|
||||||
" pinned FILE } ]\n"
|
" pinned FILE } ]\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue