fix #134: docs: update client options
[awesomized/libmemcached] / docs / source / bin / memtouch.rst
index c06d42e93b89ed43dbc539b7f6f185ae140cfde3..c9e03406916178086d7d9b8e3a79e183cf67d16d 100644 (file)
@@ -1,14 +1,13 @@
-=========================
-memtouch - Touches a key.
-=========================
+memtouch
+========
 
 SYNOPSIS
 --------
 
-memtouch [options] key
-
 .. program:: memtouch
 
+memtouch [options] <key>
+
 DESCRIPTION
 -----------
 
@@ -17,24 +16,19 @@ DESCRIPTION
 OPTIONS
 -------
 
-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
+.. include:: options/common_get.rst
+.. include:: options/hash.rst
+.. include:: options/expire.rst
 
 SEE ALSO
 --------
 
 .. only:: man
 
-  :manpage:`memcached(1)` :manpage:`libmemcached(3)`
+    :manpage:`memcached(1)`
+    :manpage:`libmemcached(3)`
+
+.. only:: html
 
+* :doc:`/libmemcached`
+* :doc:`/libmemcached/memcached_touch`