From: ezkexma Date: Wed, 20 Mar 2019 16:02:33 +0000 (-0400) Subject: api trace: cli bug fix X-Git-Tag: v19.04-rc1~169 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=bcee60d570d7ad38f46c5bf0b28693557c567a27 api trace: cli bug fix vpp/src/vlibmemory/vlib_api_cli.c Fixing the help string for the "set api-trace" command. Change-Id: I70f85a4f55466d2cc01018c4ad8cbe8332dbb925 Signed-off-by: ezkexma --- diff --git a/src/vlibmemory/vlib_api_cli.c b/src/vlibmemory/vlib_api_cli.c old mode 100644 new mode 100755 index 69c4f92df4a..4c55292ad6d --- a/src/vlibmemory/vlib_api_cli.c +++ b/src/vlibmemory/vlib_api_cli.c @@ -861,8 +861,8 @@ configure: /* *INDENT-OFF* */ VLIB_CLI_COMMAND (trace, static) = { - .path = "set api-trace [on][on tx][on rx][off][free][debug on][debug off]", - .short_help = "API trace", + .path = "set api-trace", + .short_help = "API trace [on][on tx][on rx][off][free][debug on][debug off]", .function = vl_api_trace_command, }; /* *INDENT-ON* */