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
64
default: WATCHPOINT_ASSERT(0);