From patchwork Fri Dec 14 05:59:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amerigo Wang X-Patchwork-Id: 206293 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E956F2C0086 for ; Fri, 14 Dec 2012 16:59:51 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439Ab2LNF7t (ORCPT ); Fri, 14 Dec 2012 00:59:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48817 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975Ab2LNF7t (ORCPT ); Fri, 14 Dec 2012 00:59:49 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBE5xl7M010589 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 14 Dec 2012 00:59:47 -0500 Received: from cr0.redhat.com (vpn1-112-70.nay.redhat.com [10.66.112.70]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qBE5xgTT016282; Fri, 14 Dec 2012 00:59:44 -0500 From: Cong Wang To: netdev@vger.kernel.org Cc: bridge@lists.linux-foundation.org, Stephen Hemminger , Cong Wang Subject: [PATCH] iproute2: update usage info of bridge monitor Date: Fri, 14 Dec 2012 13:59:32 +0800 Message-Id: <1355464772-17712-1-git-send-email-amwang@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Cc: Stephen Hemminger Signed-off-by: Cong Wang --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/bridge/monitor.c b/bridge/monitor.c index 44e14d8..29bb931 100644 --- a/bridge/monitor.c +++ b/bridge/monitor.c @@ -31,7 +31,7 @@ int prefix_banner; static void usage(void) { - fprintf(stderr, "Usage: bridge monitor\n"); + fprintf(stderr, "Usage: bridge monitor [file | link | fdb | mdb | all]\n"); exit(-1); }