X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemexist.cc;h=34d38936ef491eac35d67382659f307fc83ebd2d;hb=5086fce85b544731a8cf3c0d2c3dbb478ed90c43;hp=20ad48505c596bd0b39e480b124730fd3aba9beb;hpb=9cf7ea2836b3ec5cb8b01f2d8399cbe0ae06bf60;p=awesomized%2Flibmemcached diff --git a/clients/memexist.cc b/clients/memexist.cc index 20ad4850..34d38936 100644 --- a/clients/memexist.cc +++ b/clients/memexist.cc @@ -1,4 +1,5 @@ /* LibMemcached + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker * All rights reserved. * @@ -8,7 +9,7 @@ * Summary: * */ -#include "config.h" +#include "mem_config.h" #include #include @@ -16,7 +17,7 @@ #include #include -#include +#include #include "client_options.h" #include "utilities.h" @@ -28,7 +29,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[]);