]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Text fix for jabber reload command (reported by bkruse via IRC)
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 7 Feb 2007 05:24:31 +0000 (05:24 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 7 Feb 2007 05:24:31 +0000 (05:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53294 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_jabber.c

index 43c2073833b49bdd6be656857ceead221b3a1d7a..7139efcf54b65640c8eaa24f0a3a9b68288b4329 100644 (file)
@@ -120,7 +120,7 @@ static struct ast_cli_entry aji_cli[] = {
        debug_usage },
 
        { { "jabber", "reload", NULL},
-       aji_do_reload, "Enable Jabber debugging",
+       aji_do_reload, "Reload Jabber configuration",
        reload_usage },
 
        { { "jabber", "show", "connected", NULL},