Detected by samba_popt_get_context(), see next commit.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
struct poptOption long_options[] = {
POPT_AUTOHELP
- {
- .longName = "name-resolve",
- .shortName = 'R',
- .argInfo = POPT_ARG_STRING,
- .arg = &new_name_resolve_order,
- .val = 'R',
- .descrip = "Use these name resolution services only",
- .argDescrip = "NAME-RESOLVE-ORDER",
- },
{
.longName = "message",
.shortName = 'M',