{"noauth",'n',0,G_OPTION_ARG_NONE,NULL,"Noauth mode. Skip secret-handshake authentication and box-stream encryption. This option makes the -k, -K, and -c options to have no effect and output a warning if used.",NULL},
{"ipv4",'4',0,G_OPTION_ARG_NONE,NULL,"Connect to the server over IPv4 only",NULL},
{"ipv6",'6',0,G_OPTION_ARG_NONE,NULL,"Connect to the server over IPv6 only",NULL},
{"capkey",'c',0,G_OPTION_ARG_STRING,NULL,"Capability key for the secret handshake. If not set, the default SSB capability key will be used","CAPKEY"},
{"server",'s',0,G_OPTION_ARG_STRING,NULL,"The hostname to connect to. Defaults to localhost","HOST"},
{"port",'p',0,G_OPTION_ARG_INT,NULL,"The port to connect to. Default is 8008.","PORT"},
{"socket",'u',0,G_OPTION_ARG_FILENAME,NULL,"Unix socket path to connect to instead of a TCP socket. Conflicts with -s and -p","PATH"},
{"key",'k',0,G_OPTION_ARG_STRING,NULL,"The key to connect to. Default is your public key as read from the private key file","KEY"},
{"keypair-seed",'K',0,G_OPTION_ARG_STRING,NULL,"Private key seed to use for the secret handshake. Default is to use the private key from your privace key file.","SEED"},