aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_skel.c')
-rw-r--r--apps/app_skel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 9cd759c69..527fc776d 100644
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -84,7 +84,7 @@ static int app_exec(struct ast_channel *chan, void *data)
);
if (ast_strlen_zero(data)) {
- ast_log(LOG_WARNING, "%s requires an argument (dummy|[options])\n", app);
+ ast_log(LOG_WARNING, "%s requires an argument (dummy[,options])\n", app);
return -1;
}