diff --git a/res/res_realtime.c b/res/res_realtime.c index 297ecb5ba3..8b9ded0c9d 100644 --- a/res/res_realtime.c +++ b/res/res_realtime.c @@ -83,7 +83,7 @@ static char *cli_realtime_update(struct ast_cli_entry *e, int cmd, struct ast_cl case CLI_INIT: e->command = "realtime update"; e->usage = - "Usage: realtime update \n" + "Usage: realtime update \n" " Update a single variable using the RealTime driver.\n" " You must supply a family name, a column to update on, a new value, column to match, and value to match.\n" " Ex: realtime update sipfriends name bobsphone port 4343\n"