From 615634c30e5b673367b6f31c527b227a37692beb Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Mon, 27 Nov 2017 09:09:04 +0100 Subject: [PATCH] man: add -json option to tc manpage Signed-off-by: Jiri Pirko --- man/man8/tc.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man/man8/tc.8 b/man/man8/tc.8 index 263dc75d5..ff071b337 100644 --- a/man/man8/tc.8 +++ b/man/man8/tc.8 @@ -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 -- 2.47.3