From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f65.google.com ([209.85.160.65]:38998 "EHLO mail-pl0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751909AbeBTTYR (ORCPT ); Tue, 20 Feb 2018 14:24:17 -0500 Received: by mail-pl0-f65.google.com with SMTP id s13so7967822plq.6 for ; Tue, 20 Feb 2018 11:24:17 -0800 (PST) From: Stephen Hemminger To: netdev@vger.kernel.org Cc: Stephen Hemminger , Stephen Hemminger Subject: [PATCH v2 iproute2-next 4/5] bridge: update man page for new color and json changes Date: Tue, 20 Feb 2018 11:24:07 -0800 Message-Id: <20180220192408.19763-5-stephen@networkplumber.org> In-Reply-To: <20180220192408.19763-1-stephen@networkplumber.org> References: <20180220192408.19763-1-stephen@networkplumber.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Document color option, and no longer have restriction on json Signed-off-by: Stephen Hemminger --- man/man8/bridge.8 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/man/man8/bridge.8 b/man/man8/bridge.8 index 490ef58da16c..05512b029fb9 100644 --- a/man/man8/bridge.8 +++ b/man/man8/bridge.8 @@ -22,6 +22,7 @@ bridge \- show / manipulate bridge addresses and devices \fB\-s\fR[\fItatistics\fR] | \fB\-n\fR[\fIetns\fR] name | \fB\-b\fR[\fIatch\fR] filename | +\fB\-c\fR[\folor\fR] | \fB\-p\fR[\fIretty\fR] | \fB\-j\fR[\fIson\fR] } @@ -169,11 +170,15 @@ If there were any errors during execution of the commands, the application return code will be non zero. .TP -.BR "\-json" -Display results in JSON format. Currently available for vlan and fdb. +.BR "\-c" , " -color" +Use color output. .TP -.BR "\-pretty" +.BR "\-j", " \-json" +Output results in JavaScript Object Notation (JSON). + +.TP +.BR "\-p", " \-pretty" When combined with -j generate a pretty JSON output. -- 2.16.1