X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.cc;h=d0b3dba8f5038227ed7db86244649d2515ef6f1b;hb=59ad897e1dc57a9889a486794d8522fffb3a8139;hp=79f2f2aebcda1560a4750bc7f11175924fa1d0d3;hpb=bd53173d0a23c8c2a0dac68056cbd2cc52d5a6ef;p=m6w6%2Flibmemcached diff --git a/clients/utilities.cc b/clients/utilities.cc index 79f2f2ae..d0b3dba8 100644 --- a/clients/utilities.cc +++ b/clients/utilities.cc @@ -98,6 +98,7 @@ static const char *lookup_help(memcached_options option) case OPT_BINARY: return("Switch to binary protocol."); case OPT_ANALYZE: return("Analyze the provided servers."); case OPT_UDP: return("Use UDP protocol when communicating with server."); + case OPT_BUFFER: return("Enable request buffering."); case OPT_USERNAME: return "Username to use for SASL authentication"; case OPT_PASSWD: return "Password to use for SASL authentication"; case OPT_FILE: return "Path to file in which to save result";