FS-2904 detect_speech documentation incomplete

This commit is contained in:
Jeff Lenk 2010-12-09 14:25:39 -06:00
parent 8016813234
commit c6e7988bf8

View File

@ -269,7 +269,7 @@ SWITCH_STANDARD_APP(bind_digit_action_function)
} }
#define DETECT_SPEECH_SYNTAX "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR pause OR resume" #define DETECT_SPEECH_SYNTAX "<mod_name> <gram_name> <gram_path> [<addr>] OR grammar <gram_name> [<path>] OR nogrammar <gram_name> OR pause OR resume OR stop OR param <name> <value>"
SWITCH_STANDARD_APP(detect_speech_function) SWITCH_STANDARD_APP(detect_speech_function)
{ {
char *argv[4]; char *argv[4];