diff --git a/cli.c b/cli.c index e4ab933575..d9ffa20442 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