aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index e4ab93357..d9ffa2044 100755
--- a/cli.c
+++ b/cli.c
@@ -1340,7 +1340,7 @@ int ast_cli_command(int fd, char *s)
if (e) {
switch(e->handler(fd, x, argv)) {
case RESULT_SHOWUSAGE:
- ast_cli(fd, e->usage);
+ ast_cli(fd, "%s", e->usage);
break;
}
} else