From: Russell Bryant Date: Sat, 8 Jan 2005 22:18:44 +0000 (+0000) Subject: cosmetic fixes (bug #3271) X-Git-Tag: 1.0.11.1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2880956743da379e36cf194723e1877c6f169b05;p=thirdparty%2Fasterisk.git cosmetic fixes (bug #3271) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4720 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c index d0a0be6bcd..8ebd568e8a 100755 --- a/apps/app_getcpeid.c +++ b/apps/app_getcpeid.c @@ -3,9 +3,9 @@ * * Execute arbitrary system commands * - * Copyright (C) 1999, Mark Spencer + * Copyright (C) 1999-2005, Digium * - * Mark Spencer + * Mark Spencer * * This program is free software, distributed under the terms of * the GNU General Public License @@ -31,9 +31,9 @@ static char *app = "GetCPEID"; static char *synopsis = "Get ADSI CPE ID"; static char *descrip = -" GetCPEID: Obtains and displays CPE ID and other information in order to\n" -"properly setup zapata.conf for on-hook operations. Returns -1 on hanup\n" -"only."; +" GetCPEID: Obtains and displays ADSI CPE ID and other information in order\n" +"to properly setup zapata.conf for on-hook operations.\n" +"Returns -1 on hangup only.\n"; STANDARD_LOCAL_USER;