api trace: cli bug fix
[vpp.git] / src / vlibmemory / vlib_api_cli.c
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* */