Index: apps/app_cut.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_cut.c,v retrieving revision 1.2 diff -u -r1.2 app_cut.c --- apps/app_cut.c 25 Oct 2003 17:44:48 -0000 1.2 +++ apps/app_cut.c 3 Nov 2003 19:51:16 -0000 @@ -34,10 +34,10 @@ static char *cut_synopsis = "Cut(newvar=varname|delimiter|fieldspec)"; static char *cut_descrip = -"Cut(varname=varname,delimiter,field)\n" -" newvar - result string is set to this variable\n" +"Cut(newvar=varname,delimiter,field)\n" +" newvar - new variable created from result string\n" " varname - variable you want cut\n" -" delimiter - defaults to -\n" +" delimiter - defaults to '-'\n" " fieldspec - number of the field you want (1-based offset)\n" " may also be specified as a range (with -)\n" " or group of ranges and fields (with &)\n"