From: Anthony Minessale Date: Thu, 21 Mar 2013 18:52:33 +0000 (-0500) Subject: FS-5209 --resolve X-Git-Tag: v1.3.17-final~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1292919fbdbf96777f2fdddef27d237e5cdf278;p=thirdparty%2Ffreeswitch.git FS-5209 --resolve --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index e38ad5c193..a560e7f905 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -5144,7 +5144,7 @@ SWITCH_STANDARD_API(uuid_fileman_function) } } - stream->write_function(stream, "-USAGE: %s\n", GETVAR_SYNTAX); + stream->write_function(stream, "-USAGE: %s\n", FILEMAN_SYNTAX); done: switch_safe_free(mycmd);