aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-18 21:24:00 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-18 21:24:00 +0000
commitdaad1d236361acb9cd15ba03e8cd81090dfd847a (patch)
tree9faedc1785ca607ab33e85d86a57341d187df778 /channels/chan_misdn.c
parentf854b31d64461a86cb43b8ee9c6709ab04f5b3ff (diff)
Merged revisions 165792 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r165792 | file | 2008-12-18 17:21:44 -0400 (Thu, 18 Dec 2008) | 6 lines Numerous documentation updates. (closes issue #13970) Reported by: pkempgen Patches: __20081217_cli_usage_fixes.patch.txt uploaded by blitzrage (license 10) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@165794 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 2871cd93e..ec983cbaf 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -1006,7 +1006,7 @@ static char *handle_cli_misdn_show_config(struct ast_cli_entry *e, int cmd, stru
e->command = "misdn show config";
e->usage =
"Usage: misdn show config [<port> | description <config element> | descriptions [general|ports]]\n"
- " Use 0 for <port> to only print the general config.\n";
+ " Use 0 for <port> to only print the general config.\n";
return NULL;
case CLI_GENERATE:
return complete_show_config(a);