Skip to content
Snippets Groups Projects
Commit 7ec16a6a authored by Martin Pycko's avatar Martin Pycko
Browse files

Fix description of Cut application

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0c5ee948
Branches
Tags
No related merge requests found
...@@ -34,10 +34,10 @@ static char *app_cut = "Cut"; ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment