X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fbin%2Fmemtouch.cc;h=24d3869fa15ce84bd2f08385f48e0982fbe23b91;hb=2250d12f3eb4d76a865f67ce36a861933a4942b4;hp=400c47efcbed5b38d3af20803f0dba74018c7949;hpb=8734a061ef5bafbbe46523a0729898008d479dbf;p=awesomized%2Flibmemcached diff --git a/src/bin/memtouch.cc b/src/bin/memtouch.cc index 400c47ef..24d3869f 100644 --- a/src/bin/memtouch.cc +++ b/src/bin/memtouch.cc @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) { opt.add(def); } - opt.add("expiration", 'e', no_argument, "Expiration time in seconds or unix timestamp."); + opt.add("expire", 'e', required_argument, "Expiration time in seconds or unix timestamp."); char **argp = nullptr; if (!opt.parse(argc, argv, &argp)) {