.OP \-\-client client-id
.OP \-\-secret password
.OP \-\-mutual
-.OP \-\-optionsfrom filename
+.OP \-\-options filename
.OP \-\-quiet
.OP \-\-debug level
.YS
.B "\-q, \-\-quiet
Disable debug output to stderr.
.TP
-.BI "\-+, \-\-optionsfrom " file
+.BI "\-+, \-\-options " file
Read command line options from \fIfile\fR.
.
.SH "EXAMPLES"
" [--cert <file>]+ [--keyid <hex>|--key <file>]\n"
" [--key-type rsa|ecdsa] [--client <client-id>]\n"
" [--secret <password>] [--mutual] [--quiet]\n"
- " [--debug <level>] [--optionsfrom <filename>]\n");
+ " [--debug <level>] [--options <filename>]\n");
}
/**
{"mutual", no_argument, NULL, 'm' },
{"quiet", no_argument, NULL, 'q' },
{"debug", required_argument, NULL, 'd' },
+ {"options", required_argument, NULL, '+' },
{"optionsfrom", required_argument, NULL, '+' },
{0,0,0,0 }
};