iproute2: fix typo in help message.

Signed-off-by: Li Wei <lw@cn.fujitsu.com>
This commit is contained in:
Li Wei 2012-08-20 14:28:47 +08:00 committed by Stephen Hemminger
parent c7f04f021c
commit 083b46bbe9

View File

@ -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);
}