[Asterisk-cvs] asterisk/apps app_cut.c,1.2,1.3

martinp at lists.digium.com martinp at lists.digium.com
Mon Nov 3 18:18:43 CST 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv11924/apps

Modified Files:
	app_cut.c 
Log Message:
Fix description of Cut application


Index: app_cut.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_cut.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- app_cut.c	25 Oct 2003 17:44:48 -0000	1.2
+++ app_cut.c	4 Nov 2003 00:44:51 -0000	1.3
@@ -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" 




More information about the svn-commits mailing list