mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Fix description of Cut application
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -34,10 +34,10 @@ static char *app_cut = "Cut";
|
|||||||
static char *cut_synopsis = "Cut(newvar=varname|delimiter|fieldspec)";
|
static char *cut_synopsis = "Cut(newvar=varname|delimiter|fieldspec)";
|
||||||
|
|
||||||
static char *cut_descrip =
|
static char *cut_descrip =
|
||||||
"Cut(varname=varname,delimiter,field)\n"
|
"Cut(newvar=varname,delimiter,field)\n"
|
||||||
" newvar - result string is set to this variable\n"
|
" newvar - new variable created from result string\n"
|
||||||
" varname - variable you want cut\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"
|
" fieldspec - number of the field you want (1-based offset)\n"
|
||||||
" may also be specified as a range (with -)\n"
|
" may also be specified as a range (with -)\n"
|
||||||
" or group of ranges and fields (with &)\n"
|
" or group of ranges and fields (with &)\n"
|
||||||
|
Reference in New Issue
Block a user