man: fix syntax for ip link property
The ip link property add/delete requires a device; but the
device argument was not show on the man page.
It is correct in the usage message.
Fixes: 3aa0e51be6 ("ip: add support for alternative name addition/deletion/list")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
e1d3ac755d
commit
8316825a52
|
|
@ -251,12 +251,12 @@ ip-link \- network device configuration
|
|||
.in -8
|
||||
|
||||
.ti -8
|
||||
.BI "ip link property add"
|
||||
.BI "ip link property add dev " DEVICE
|
||||
.RB "[ " altname
|
||||
.IR NAME " .. ]"
|
||||
|
||||
.ti -8
|
||||
.BI "ip link property del"
|
||||
.BI "ip link property del dev " DEVICE
|
||||
.RB "[ " altname
|
||||
.IR NAME " .. ]"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue