From: Russell Bryant Date: Mon, 7 Jun 2010 16:07:43 +0000 (+0000) Subject: Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson. X-Git-Tag: 1.4.34-rc1~2^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d37564b311b7a81e415ddf7fd88ee6aa3e78c71;p=thirdparty%2Fasterisk.git Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@268579 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/cli.c b/main/cli.c index 4cb0476647..d7793ed541 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 }, };