Commit 083b46bb authored by Li Wei's avatar Li Wei Committed by Stephen Hemminger

iproute2: fix typo in help message.

Signed-off-by: default avatarLi Wei <lw@cn.fujitsu.com>
parent c7f04f02
......@@ -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);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment