fix #134: docs: update client options
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
index 44b4c0857ea55b765bb01da5684382368ea9c95f..c9e03406916178086d7d9b8e3a79e183cf67d16d 100644 (file)
@@ -1,49 +1,34 @@
-=========================
-memtouch - Touches a key.
-=========================
+memtouch
+========
 
-
---------
 SYNOPSIS
 --------
 
-memtouch [options] key
-
 .. program:: memtouch
 
+memtouch [options] <key>
 
------------
 DESCRIPTION
 -----------
 
-
 :program:`memtouch` does a "touch" on the specified key.
 
--------
 OPTIONS
 -------
 
+.. include:: options/common_get.rst
+.. include:: options/hash.rst
+.. include:: options/expire.rst
 
-You can specify servers via the option:
-
-.. option:: --servers
-
-or via the environment variable:
-
-.. envvar:: `MEMCACHED_SERVERS`
-
-If you do not specify either these, the final value in the command line list is the name of a server(s).
-
-For a full list of operations run the tool with the option:
-
-.. option:: --help
-
-
-
---------
 SEE ALSO
 --------
 
+.. only:: man
+
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
 
-:manpage:`memcached(1)` :manpage:`libmemcached(3)`
+.. only:: html
 
+* :doc:`/libmemcached`
+* :doc:`/libmemcached/memcached_touch`