aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-07 16:07:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-07 16:07:43 +0000
commit1168715eacfcfd3593e5f4d7438ac2feb41ab30c (patch)
tree0f6cad183527c56e37dd65ceda1443bf113d7f53 /main/cli.c
parentb019176bd4846e77aa7250c4315631ac613d577b (diff)
Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@268579 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/cli.c')
-rw-r--r--main/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cli.c b/main/cli.c
index 4cb047664..d7793ed54 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -1517,7 +1517,7 @@ static struct ast_cli_entry cli_cli[] = {
softhangup_help, complete_ch_3 },
{ { "core", "waitfullybooted", NULL },
- handle_cli_wait_fullybooted, "Display active channels with group(s)",
+ handle_cli_wait_fullybooted, "Wait until Asterisk has fully booted.",
core_wait_fullybooted_help },
};