2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

add -q to dash_opts

This commit is contained in:
Mark Andrews 2018-11-14 10:50:34 +11:00
parent 75fa84b67b
commit ba5d28dcfe

View File

@ -1544,7 +1544,7 @@ plus_option(char *option, bool is_batchfile,
* #true returned if value was used
*/
static const char *single_dash_opts = "46dhimnuv";
static const char *dash_opts = "46bcdfhikmnptvyx";
static const char *dash_opts = "46bcdfhikmnpqtvyx";
static bool
dash_option(char *option, char *next, dig_lookup_t **lookup,
bool *open_type_class, bool *need_clone,