]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_voicemail: Simple correction to the app description of voicemail
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Thu, 7 Oct 2010 05:07:12 +0000 (01:07 -0400)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Thu, 7 Oct 2010 05:07:12 +0000 (01:07 -0400)
src/mod/applications/mod_voicemail/mod_voicemail.c

index 860f89788bd164e0cc43d75f1e14d759d0a0fd82..e55cd8a2f4eab3838f6d000c0b4926caa22d3a73 100644 (file)
@@ -3213,7 +3213,7 @@ static switch_status_t voicemail_leave_main(switch_core_session_t *session, vm_p
 
 
 #define VM_DESC "voicemail"
-#define VM_USAGE "[check|auth] <profile_name> <domain_name> [<id>]"
+#define VM_USAGE "[check] [auth] <profile_name> <domain_name> [<id>]"
 
 SWITCH_STANDARD_APP(voicemail_function)
 {