summaryrefslogtreecommitdiff
path: root/apps/app_directed_pickup.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-11-11 15:52:55 +0000
committerRussell Bryant <russell@russellbryant.com>2005-11-11 15:52:55 +0000
commit45c75892843bf50ad45ff6cafa44a64a44b16894 (patch)
tree84e7fd7755c9850db10286f5b0a858fa900d2637 /apps/app_directed_pickup.c
parent78d740290a7504f93b692f30173c51429818d30d (diff)
update the descriptions of a couple more apps
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7073 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_directed_pickup.c')
-rwxr-xr-xapps/app_directed_pickup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/app_directed_pickup.c b/apps/app_directed_pickup.c
index cd9c62e01..7008ff083 100755
--- a/apps/app_directed_pickup.c
+++ b/apps/app_directed_pickup.c
@@ -42,10 +42,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static const char *tdesc = "Directed Call Pickup Application";
static const char *app = "Pickup";
-static const char *synopsis = "Directed Call Pickup application.";
+static const char *synopsis = "Directed Call Pickup";
static const char *descrip =
-" Pickup(extension@context):\n"
-"Steals any calls to a specified extension that are in a ringing state and bridges them to the current channel. Context is an optional argument.\n";
+" Pickup(extension[@context]): This application can pickup any ringing channel\n"
+"that is calling the specified extension. If no context is specified, the current\n"
+"context will be used.\n";
STANDARD_LOCAL_USER;