]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsbulktest.cc
dnsbulktest: Correctly set the default value for the 'www' param
[thirdparty/pdns.git] / pdns / dnsbulktest.cc
index c2f21ba92b4e6fa2e801d29ba23fb97c9195dd9f..18bfeee6cf07776ae98909a899b570cc57cadd6b 100644 (file)
@@ -222,7 +222,7 @@ try
     ("type,t",  po::value<string>()->default_value("A"), "What type to query for")
     ("envoutput,e", "write report in shell environment format")
     ("version", "show the version number")
-    ("www", po::value<bool>()->default_value("true"), "duplicate all queries with an additional 'www.' in front")
+    ("www", po::value<bool>()->default_value(true), "duplicate all queries with an additional 'www.' in front")
   ;
 
   po::options_description alloptions;