From: Rupa Schomaker Date: Wed, 1 Apr 2009 20:56:06 +0000 (+0000) Subject: document get in syntax X-Git-Tag: v1.0.4~1303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aee290d2679890764ed254c952d27a7a01f9551;p=thirdparty%2Ffreeswitch.git document get in syntax git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12876 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_memcache/mod_memcache.c b/src/mod/applications/mod_memcache/mod_memcache.c index 039dfed311..f07d809519 100755 --- a/src/mod/applications/mod_memcache/mod_memcache.c +++ b/src/mod/applications/mod_memcache/mod_memcache.c @@ -45,7 +45,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_memcache_load); SWITCH_MODULE_DEFINITION(mod_memcache, mod_memcache_load, mod_memcache_shutdown, NULL); static char *SYNTAX = "memcache [expiration [flags]]\n" - "memcache \n" + "memcache \n" "memcache \n" "memcache [offset]\n" "memcache \n"