This commit is contained in:
Frank Denis 2021-06-07 14:42:47 +02:00
parent ece8a445cb
commit 3b77ff2e34

View file

@ -133,7 +133,7 @@ pub fn parse_opts(globals: &mut Globals) {
Arg::with_name("allow_odoh_post") Arg::with_name("allow_odoh_post")
.short("O") .short("O")
.long("allow-odoh-post") .long("allow-odoh-post")
.help("Allow POST queries over ODoH even with they have been disabed for DoH"), .help("Allow POST queries over ODoH even if they have been disabed for DoH"),
); );
#[cfg(feature = "tls")] #[cfg(feature = "tls")]