docs: bin/
[awesomized/libmemcached] / docs / source / bin / memdump.rst
index 8510605acbb165bd1781ece952156c2cecd26e36..07eb2fff38469b8cb5cc1cd522fc03b9b504f604 100644 (file)
@@ -1,44 +1,46 @@
-=============================
-memdump - Dumping your server
-=============================
+memdump
+=======
 
-
-Dump a list of keys from a server.
-
-
---------
 SYNOPSIS
 --------
 
+.. program:: memdump
+
 memdump [options]
 
-.. program:: memdump
+Dump a list of keys from a server.
 
------------
 DESCRIPTION
 -----------
 
-
-:program:`memdump`  dumps a list of "keys" from all servers that 
+:program:`memdump`  dumps a list of "keys" from all servers that
 it is told to fetch from. Because memcached does not guarantee to
 provide all keys it is not possible to get a complete "dump".
 
-
--------
 OPTIONS
 -------
 
+.. include:: options/all.rst
+.. include:: options/common.rst
+.. include:: options/hash.rst
+.. include:: options/sasl.rst
 
-For a full list of operations run the tool with option:
-
-.. option:: --help
+ENVIRONMENT
+-----------
 
+.. envvar:: MEMCACHED_SERVERS
 
+    Specify the list of servers.
 
---------
 SEE ALSO
 --------
 
 .. only:: man
 
-  :manpage:`memcached(1)` :manpage:`libmemcached(3)`
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
+
+.. only:: html
+
+    * :doc:`/libmemcached`
+    * :doc:`/libmemcached/memcached_dump`