aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-12 00:19:07 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-12 00:19:07 +0000
commit339df33005f5966896696ba3273b96b0a3d6a0c1 (patch)
treea2f881d2eac6a26b5ecd2e709185a38e7dcca926 /pbx.c
parent9d32c22d82a584fc6e42d446622e556f65cc0c04 (diff)
fix invalid synopsis on SetAccount
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1175 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 6b2a2fb94..f77239dc1 100755
--- a/pbx.c
+++ b/pbx.c
@@ -285,7 +285,7 @@ static struct pbx_builtin {
" SayDigits(digits): Says the passed digits\n" },
{ "SetAccount", pbx_builtin_setaccount,
-"Sets user language",
+"Sets account code",
" SetAccount([account]): Set the channel account code for billing\n"
"purposes. Always returns 0.\n" },