X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Funix%2Ftapcli.c;fp=src%2Fvnet%2Funix%2Ftapcli.c;h=fb1a8bac7d4261fe7acec558a46ff18a2eaf43c6;hb=d79b41e993981df80245b0e6d90eb691bdaae648;hp=496f38851e92533d457358f4baa86f2e6a526932;hpb=8d55247297a335241097cc503a99854bbc79d4cd;p=vpp.git diff --git a/src/vnet/unix/tapcli.c b/src/vnet/unix/tapcli.c index 496f38851e9..fb1a8bac7d4 100644 --- a/src/vnet/unix/tapcli.c +++ b/src/vnet/unix/tapcli.c @@ -1435,7 +1435,8 @@ done: VLIB_CLI_COMMAND (tap_connect_command, static) = { .path = "tap connect", - .short_help = "tap connect [hwaddr ]", + .short_help = + "tap connect [address /mw] [hwaddr ]", .function = tap_connect_command_fn, };