aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_record.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 05:34:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 05:34:13 +0000
commitfcb15a4b4fc921db8dde736ba7a797bcf1718ad2 (patch)
tree4e019f7c6fb194ead874a17bc00b3d315d122341 /apps/app_record.c
parentd1d229de9706a08fdbec655fad062737f2c381d1 (diff)
alphabetize option lists
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6975 f38db490-d61c-443f-a65b-d21fe96a405b
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"