more optlist verbose follow-up

This commit is contained in:
nhmall
2022-06-22 14:11:51 -04:00
parent 7c579ba7fd
commit b215abb698
+2 -1
View File
@@ -4269,7 +4269,7 @@ pfxfn_IBM_(int optidx UNUSED, int req, boolean negated UNUSED,
return optn_err; return optn_err;
opts[0] = '\0'; opts[0] = '\0';
return optn_ok; return optn_ok;
} }b
return optn_ok; return optn_ok;
} }
#endif #endif
@@ -4284,6 +4284,7 @@ int pfxfn_verbose(int optidx UNUSED, int req, boolean negated,
boolean param_optional = FALSE; boolean param_optional = FALSE;
if (req == do_init) { if (req == do_init) {
flags.verbose = allopt[optidx].opt_in_out;
return optn_ok; return optn_ok;
} }
if (req == do_set) { if (req == do_set) {