X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemdump.rst;h=fbdb8c1c163df162f1f17368af9279f9f1f5bdce;hb=088eed04d829b8cf6591201564118c356d3cf935;hp=5b7fb9600b221a785a82445a32bc1d3febd716ba;hpb=d66b08d5fa6b3a8d5c7d622c17ece15a2a393f16;p=m6w6%2Flibmemcached diff --git a/docs/memdump.rst b/docs/memdump.rst index 5b7fb960..fbdb8c1c 100644 --- a/docs/memdump.rst +++ b/docs/memdump.rst @@ -1,6 +1,6 @@ -======= -memdump -======= +============================= +memdump - Dumping your server +============================= Dump a list of keys from a server. @@ -10,14 +10,18 @@ Dump a list of keys from a server. SYNOPSIS -------- -.. program:: memdump [options] +:program: `memdump` + +.. program:: memdump + +.. option:: --help ----------- DESCRIPTION ----------- -\ **memdump**\ currently dumps a list of "keys" from all servers that +\ **memdump**\ dumps a list of "keys" from all servers that it is told to fetch from. Because memcached does not guarentee to provide all keys it is not possible to get a complete "dump". @@ -30,7 +34,7 @@ HOME To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ --------