]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update syntax
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Jan 2011 17:12:16 +0000 (11:12 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Jan 2011 17:12:16 +0000 (11:12 -0600)
src/mod/applications/mod_commands/mod_commands.c

index 1c12e1c0fa76dafa3d9751f5fa001b13a221cb4d..7771b0996c79d1d0e8917fdd5dab3f8d34d0a95d 100644 (file)
@@ -2372,7 +2372,7 @@ SWITCH_STANDARD_API(uuid_media_function)
        return SWITCH_STATUS_SUCCESS;
 }
 
-#define BROADCAST_SYNTAX "<uuid> <path> [aleg|bleg|both]"
+#define BROADCAST_SYNTAX "<uuid> <path> [aleg|bleg|holdb|both]"
 SWITCH_STANDARD_API(uuid_broadcast_function)
 {
        char *mycmd = NULL, *argv[4] = { 0 };