aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-10 17:29:51 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-10 17:29:51 +0000
commitfe532fddc5381272f630f13aa76c971579b9e06e (patch)
tree1d3eb5c6e787e5aecd5a2f933407e9cb416bcd50 /res
parent1c71e1e5e537de26a969b0d9a6e2459f5988e93d (diff)
Don't say that we can pass an 'exten' argument in the documentation of Park() when we really cannot. #6902 (opsys)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18866 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 89260a4b0..599ad398f 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -125,7 +125,7 @@ static char *parkcall = "Park";
static char *synopsis2 = "Park yourself";
-static char *descrip2 = "Park(exten):"
+static char *descrip2 = "Park():"
"Used to park yourself (typically in combination with a supervised\n"
"transfer to know the parking space). This application is always\n"
"registered internally and does not need to be explicitly added\n"