Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435)

This commit is contained in:
Carsten Strotmann
2017-11-23 12:12:00 +00:00
committed by Lennart Poettering
parent 0fb8449930
commit f75707dbcb

View 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) {