]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson.
authorRussell Bryant <russell@russellbryant.com>
Mon, 7 Jun 2010 16:07:43 +0000 (16:07 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 7 Jun 2010 16:07:43 +0000 (16:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@268579 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/cli.c

index 4cb04766479732aeb99a4fc6331ef63bc28cda9d..d7793ed54112a86bd4748f2aedeee015571515db 100644 (file)
@@ -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 },
 };