From: Carsten Strotmann Date: Thu, 23 Nov 2017 12:12:00 +0000 (+0000) Subject: Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435) X-Git-Tag: v236~144 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=f75707dbcb965e95fce2f92e77ed444b9d090e3a;p=systemd%2F.git Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435) --- diff --git a/src/resolve/resolve-tool.c b/src/resolve/resolve-tool.c index a963454da0..f6d6a4bc1c 100644 --- a/src/resolve/resolve-tool.c +++ b/src/resolve/resolve-tool.c @@ -1548,7 +1548,7 @@ static int status_all(sd_bus *bus) { static void help_protocol_types(void) { if (arg_legend) puts("Known protocol types:"); - puts("dns\nllmnr\nllmnr-ipv4\nllmnr-ipv6\nmdns\nmnds-ipv4\nmdns-ipv6"); + puts("dns\nllmnr\nllmnr-ipv4\nllmnr-ipv6\nmdns\nmdns-ipv4\nmdns-ipv6"); } static void help_dns_types(void) {