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:
parent
75fa84b67b
commit
ba5d28dcfe
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user