fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memcat.rst
index aa6cc540053f48401eaf17925fa2a5c9a56ebe5b..6bb5ebc80da717e12110b1a10d93e568cc8e9a74 100644 (file)
@@ -6,7 +6,7 @@ SYNOPSIS
 
 .. program:: memcat
 
-memcat [options] key [key...]
+|client_prefix|\cat [options] key [key...]
 
 Read and output the value of one key or the values of a set of keys.
 
@@ -23,20 +23,17 @@ It is similar to the standard UNIX :manpage:`cat(1)` utility.
 OPTIONS
 -------
 
-.. include:: options/all.rst
-.. include:: options/common.rst
+.. include:: options/common_get.rst
+.. include:: options/flags_noarg.rst
 .. include:: options/hash.rst
+.. include:: options/file_out.rst
 
-.. option:: --flag
+.. include:: common/env.rst
 
-    Display stored flags.
+NOTES
+-----
 
-ENVIRONMENT
------------
-
-.. envvar:: MEMCACHED_SERVERS
-
-    Specify a list of servers.
+.. include:: common/note_program_prefix.rst
 
 SEE ALSO
 --------