From: Mark Andrews Date: Tue, 13 Nov 2018 23:50:34 +0000 (+1100) Subject: add -q to dash_opts X-Git-Tag: v9.13.4~30^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5d28dcfe8836a3c6b08af92dfb16a1aa0ddc08;p=thirdparty%2Fbind9.git add -q to dash_opts --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 649918a484d..b7133803a3d 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -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,