man: add -json option to tc manpage
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
This commit is contained in:
parent
b6fae7887f
commit
615634c30e
|
|
@ -74,7 +74,8 @@ tc \- show / manipulate traffic control settings
|
|||
\fB\-r\fR[\fIaw\fR] |
|
||||
\fB\-p\fR[\fIretty\fR] |
|
||||
\fB\-i\fR[\fIec\fR] |
|
||||
\fB\-g\fR[\fIraph\fR] }
|
||||
\fB\-g\fR[\fIraph\fR] |
|
||||
\fB\-j\fR[\fIjson\fR] }
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B Tc
|
||||
|
|
@ -661,6 +662,10 @@ option was specified. Classes can be filtered only by
|
|||
.BR "dev"
|
||||
option.
|
||||
|
||||
.TP
|
||||
.BR "\-j", " \-json"
|
||||
Display results in JSON format.
|
||||
|
||||
.TP
|
||||
.BR "\-nm" , " \-name"
|
||||
resolve class name from
|
||||
|
|
|
|||
Loading…
Reference in New Issue