[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1345444127-27932-1-git-send-email-lw@cn.fujitsu.com>
Date: Mon, 20 Aug 2012 14:28:47 +0800
From: Li Wei <lw@...fujitsu.com>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org, Li Wei <lw@...fujitsu.com>
Subject: [PATCH] iproute2: fix typo in help message.
Signed-off-by: Li Wei <lw@...fujitsu.com>
---
bridge/fdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridge/fdb.c b/bridge/fdb.c
index 2bbdaa6..c6aa08e 100644
--- a/bridge/fdb.c
+++ b/bridge/fdb.c
@@ -239,6 +239,6 @@ int do_fdb(int argc, char **argv)
} else
return fdb_show(0, NULL);
- fprintf(stderr, "Command \"%s\" is unknown, try \"ip neigh help\".\n", *argv);
+ fprintf(stderr, "Command \"%s\" is unknown, try \"bridge fdb help\".\n", *argv);
exit(-1);
}
--
1.7.10.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists