X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemcp.rst;h=7d82a59090c3c0126502ca18e90506fed81f6835;hb=9a81d46611dd5b673cee7710e4284d2fd36a4618;hp=deea12a77d1cd3af9e866570325f6c23e8e43762;hpb=e20117720ca0fa133781b62c43aab59fe864b390;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memcp.rst b/docs/source/bin/memcp.rst index deea12a7..7d82a590 100644 --- a/docs/source/bin/memcp.rst +++ b/docs/source/bin/memcp.rst @@ -21,31 +21,36 @@ The key names will be the names of the files, without any directory path. OPTIONS ------- -.. include:: options/all.rst -.. include:: options/common.rst -.. include:: options/expire.rst -.. include:: options/flag.rst -.. include:: options/hash.rst -.. include:: options/sasl.rst +.. include:: options/common_set.rst +.. include:: /bin/options/flags_reqarg.rst .. include:: options/udp.rst -.. option:: --buffer - - Enable internal buffering of commands. - -.. option:: --set +.. option:: -S|--set Issue *SET* command(s). This is the default mode. - See also :option:`--add` and :option:`--replace`. + See also :option:`-A|--add` and :option:`-R|--replace`. -.. option:: --add +.. option:: -A|--add Issue *ADD* command(s). -.. option:: --replace +.. option:: -R|--replace Issue *REPLACE* command(s). +.. option:: -.|--basename + + Use basename of path as key (default). + +.. option:: -+|--relative + + Use relative path (as passed), instead of basename only. + +.. option:: -/|--absolute + + Use absolute path (real path), instead of basename only. + + ENVIRONMENT -----------