api trace: cli bug fix 10/18410/2
authorezkexma <maqi.z.ke@ericsson.com>
Wed, 20 Mar 2019 16:02:33 +0000 (12:02 -0400)
committerDamjan Marion <dmarion@me.com>
Thu, 21 Mar 2019 12:39:35 +0000 (12:39 +0000)
vpp/src/vlibmemory/vlib_api_cli.c
Fixing the help string for the "set api-trace" command.

Change-Id: I70f85a4f55466d2cc01018c4ad8cbe8332dbb925
Signed-off-by: ezkexma <maqi.z.ke@ericsson.com>
src/vlibmemory/vlib_api_cli.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 69c4f92..4c55292
@@ -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* */