summaryrefslogtreecommitdiff
path: root/apps/app_chanspy.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_chanspy.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_chanspy.c')
-rwxr-xr-xapps/app_chanspy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_chanspy.c b/apps/app_chanspy.c
index 116441cb9..d9dbd7cba 100755
--- a/apps/app_chanspy.c
+++ b/apps/app_chanspy.c
@@ -53,11 +53,11 @@ static const char *synopsis = "Tap into any type of asterisk channel and listen
static const char *app = "ChanSpy";
static const char *desc = " Chanspy([<scanspec>][|<options>])\n\n"
"Valid Options:\n"
-" - q: quiet, don't announce channels beep, etc.\n"
" - b: bridged, only spy on channels involved in a bridged call.\n"
-" - v([-4..4]): adjust the initial volume. (negative is quieter)\n"
" - g(grp): enforce group. Match only calls where their ${SPYGROUP} is 'grp'.\n"
+" - q: quiet, don't announce channels beep, etc.\n"
" - r[(basename)]: Record session to monitor spool dir (with optional basename, default is 'chanspy')\n\n"
+" - v([-4..4]): adjust the initial volume. (negative is quieter)\n"
"If <scanspec> is specified, only channel names *beginning* with that string will be scanned.\n"
"('all' or an empty string are also both valid <scanspec>)\n\n"
"While Spying:\n\n"