From daad1d236361acb9cd15ba03e8cd81090dfd847a Mon Sep 17 00:00:00 2001 From: file Date: Thu, 18 Dec 2008 21:24:00 +0000 Subject: 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 --- channels/chan_misdn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/chan_misdn.c') 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 [ | description | descriptions [general|ports]]\n" - " Use 0 for to only print the general config.\n"; + " Use 0 for to only print the general config.\n"; return NULL; case CLI_GENERATE: return complete_show_config(a); -- cgit v1.2.3