OPT_UNIX
case OPT_UNIX:
{ "unix", OPT_UNIX, 's', "Connect over the specified Unix-domain socket" },
#define IS_UNIX_FLAG(o) (o == OPT_UNIX)
case OPT_UNIX:
{ "unix", OPT_UNIX, 's', "Unix domain socket to accept on" },