mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:42:06 -04:00
add -q to dash_opts
This commit is contained in:
parent
75fa84b67b
commit
ba5d28dcfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue