]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute: TYPE keyword is not optional, fix help text accordingly
authorPhil Sutter <phil@nwl.cc>
Wed, 2 Mar 2016 18:19:54 +0000 (19:19 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 2 Mar 2016 19:23:51 +0000 (11:23 -0800)
commit070ebbdf754b02e1d7f9e9dbd84e1499332d9063
treedacfde41ba282852055c719b7ab86cf977b4cff2
parentf1fdcfe66a8e197a5015cb81c789061c03629108
iproute: TYPE keyword is not optional, fix help text accordingly

This is a bit pedantic, but brackets ([]) show optional values and since
TYPE must not become empty, they're not suited to surround the type
keyword choices. Use curly braces instead.

Also add some missing whitespace to the parameter list above.

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