]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add -q to dash_opts
authorMark Andrews <marka@isc.org>
Tue, 13 Nov 2018 23:50:34 +0000 (10:50 +1100)
committerMark Andrews <marka@isc.org>
Tue, 13 Nov 2018 23:50:34 +0000 (10:50 +1100)
bin/dig/dig.c

index 649918a484dc645a90e1a0229770ff37b6984ac6..b7133803a3d23308488d7d4b5028df02ab24f5fb 100644 (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,