fix #134: docs: update client options
[awesomized/libmemcached] / docs / source / bin / memaslap.rst
index 240c9281e3d6ec0bf57a41dac1723f72e8d72ecd..ab311d7398e0cdb8c8b494779660145c27c062cb 100644 (file)
@@ -10,6 +10,7 @@ memaslap [options]
 .. program:: memaslap
 
 .. option:: --help
+.. option:: --servers
 
 .. envvar:: MEMCACHED_SERVERS
 
@@ -29,7 +30,7 @@ the threads don't communicate with each other, and there are several socket
 connections in each thread. Each connection keeps key size distribution,
 value size distribution, and command distribution by itself.
 
-You can specify servers via the :option:`memslap --servers` option or via the
+You can specify servers via the :option:`memaslap --servers` option or via the
 environment variable :envvar:`MEMCACHED_SERVERS`.
 
 FEATURES
@@ -999,6 +1000,14 @@ memaslap -s 127.0.0.1:11211,127.0.0.1:11212 -F config -t 2m
 
 memaslap -s 127.0.0.1:11211,127.0.0.1:11212 -F config -t 2m -p 2
 
+NOTE
+----
+
+This is a contributed program.
+
+This program doesn't follow the standard flag/option scheme.
+
+
 SEE ALSO
 --------