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\-r\fR[\fIaw\fR] |
|
||||||
\fB\-p\fR[\fIretty\fR] |
|
\fB\-p\fR[\fIretty\fR] |
|
||||||
\fB\-i\fR[\fIec\fR] |
|
\fB\-i\fR[\fIec\fR] |
|
||||||
\fB\-g\fR[\fIraph\fR] }
|
\fB\-g\fR[\fIraph\fR] |
|
||||||
|
\fB\-j\fR[\fIjson\fR] }
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B Tc
|
.B Tc
|
||||||
|
|
@ -661,6 +662,10 @@ option was specified. Classes can be filtered only by
|
||||||
.BR "dev"
|
.BR "dev"
|
||||||
option.
|
option.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BR "\-j", " \-json"
|
||||||
|
Display results in JSON format.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR "\-nm" , " \-name"
|
.BR "\-nm" , " \-name"
|
||||||
resolve class name from
|
resolve class name from
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue