]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update docs
authorBrian West <brian@freeswitch.org>
Mon, 6 Jul 2009 23:27:48 +0000 (23:27 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 6 Jul 2009 23:27:48 +0000 (23:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14144 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 1da02b09dca5ba75faa6981713182db5f9e12c70..5bcb686de74dea2becff70cfc456919459af0dbf 100644 (file)
@@ -1900,7 +1900,7 @@ SWITCH_STANDARD_API(sched_broadcast_function)
        return SWITCH_STATUS_SUCCESS;
 }
 
-#define HOLD_SYNTAX "<uuid> [<display>]"
+#define HOLD_SYNTAX "[off] <uuid> [<display>]"
 SWITCH_STANDARD_API(uuid_hold_function)
 {
        char *mycmd = NULL, *argv[4] = { 0 };