diff --git a/main/cli.c b/main/cli.c index d04124429837fa1bad2b3e85a5ef70a56e538e12..0bf8151e6cf0d6409655333cef2e946f19fd6dc3 100644 --- a/main/cli.c +++ b/main/cli.c @@ -1676,10 +1676,10 @@ void ast_builtins_init(void) * 1 on match of a full word. * * The pattern can be - * any_word match for equal - * [foo|bar|baz] optionally, one of these words - * {foo|bar|baz} exactly, one of these words - * % any word + * any_word match for equal + * [foo|bar|baz] optionally, one of these words + * {foo|bar|baz} exactly, one of these words + * % any word */ static int word_match(const char *cmd, const char *cli_word) {