diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 2280b34a3e..d0478b0d42 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -674,7 +674,7 @@ static switch_api_interface_t broadcast_api_interface = { /*.interface_name */ "broadcast", /*.desc */ "broadcast", /*.function */ uuid_broadcast_function, - /*.syntax */ " [both]", + /*.syntax */ " [aleg|bleg|both]", /*.next */ &hold_api_interface };