X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemexist.cc;h=c3871dea9deefd9181ea91d7a0aee949b41bba41;hb=a11ae747b7dec5587f623e34099e7cd132c08604;hp=20ad48505c596bd0b39e480b124730fd3aba9beb;hpb=9cf7ea2836b3ec5cb8b01f2d8399cbe0ae06bf60;p=m6w6%2Flibmemcached diff --git a/clients/memexist.cc b/clients/memexist.cc index 20ad4850..c3871dea 100644 --- a/clients/memexist.cc +++ b/clients/memexist.cc @@ -28,7 +28,7 @@ static char *opt_username; static char *opt_passwd; #define PROGRAM_NAME "memexist" -#define PROGRAM_DESCRIPTION "Erase a key or set of keys from a memcached cluster." +#define PROGRAM_DESCRIPTION "Check for the existance of a key within a cluster." /* Prototypes */ static void options_parse(int argc, char *argv[]);