summaryrefslogtreecommitdiff
path: root/apps/app_record.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-06 05:34:13 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-06 05:34:13 +0000
commit3bd298f2dd5a2002a1f529fb4e50faff02525651 (patch)
tree4e019f7c6fb194ead874a17bc00b3d315d122341 /apps/app_record.c
parent46009020597a51dcb690b9fce4619b35ac8a7ab2 (diff)
alphabetize option lists
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6975 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_record.c')
-rwxr-xr-xapps/app_record.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index c5fa93280..150aac216 100755
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -55,11 +55,11 @@ static char *descrip =
"- 'maxduration' is the maximum recording duration in seconds. If missing\n"
"or 0 there is no maximum.\n"
"- 'options' may contain any of the following letters:\n"
-" 's' : skip recording if the line is not yet answered\n"
-" 'n' : do not answer, but record anyway if line not yet answered\n"
" 'a' : append to existing recording rather than replacing\n"
-" 't' : use alternate '*' terminator key instead of default '#'\n"
+" 'n' : do not answer, but record anyway if line not yet answered\n"
" 'q' : quiet (do not play a beep tone)\n"
+" 's' : skip recording if the line is not yet answered\n"
+" 't' : use alternate '*' terminator key instead of default '#'\n"
"\n"
"If filename contains '%d', these characters will be replaced with a number\n"
"incremented by one each time the file is recorded. \n\n"