]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5209 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 21 Mar 2013 18:52:33 +0000 (13:52 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 21 Mar 2013 18:52:33 +0000 (13:52 -0500)
src/mod/applications/mod_commands/mod_commands.c

index e38ad5c193ead6971ef41c7b271de284d9e85e4e..a560e7f905af61d33bd3cef321168aa2b2561478 100644 (file)
@@ -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);