aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-18 21:21:44 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-18 21:21:44 +0000
commit6fff9b550d399a0dc205c6e2e4cfb37dd85ee782 (patch)
tree623887bc8ac47b404e21942e5cfd11d4baff22fd /channels/chan_misdn.c
parent3624614b45d97fc893e15171c98bcfb2d52ad9d3 (diff)
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/trunk@165792 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 c3dde3cf6..8ee929176 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -996,7 +996,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);