~avsej/libmemcached/touch-command

« back to all changes in this revision

Viewing changes to clients/utilities.c

  • Committer: Marko Kevac
  • Date: 2010-05-24 09:08:06 UTC
  • mto: This revision was merged to the branch mainline in revision 843.
  • Revision ID: marko@kevac.org-20100524090806-lqx6wnd0vvi7xp9w
add 'save to file' ability to memcat

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  case OPT_UDP: return("Use UDP protocol when communicating with server.");
61
61
  case OPT_USERNAME: return "Username to use for SASL authentication";
62
62
  case OPT_PASSWD: return "Password to use for SASL authentication";
 
63
  case OPT_FILE: return "Path to file in which to save result";
63
64
  default: WATCHPOINT_ASSERT(0);
64
65
  };
65
66