]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435)
authorCarsten Strotmann <cstrotm@users.noreply.github.com>
Thu, 23 Nov 2017 12:12:00 +0000 (12:12 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Nov 2017 12:12:00 +0000 (13:12 +0100)
src/resolve/resolve-tool.c

index a963454da0eb1ef5516b131ec88386ea0cde5c4d..f6d6a4bc1ccea4ad4fc93280c9f3f31153fc486f 100644 (file)
@@ -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) {