diff options
author | Carsten Strotmann <cstrotm@users.noreply.github.com> | 2017-11-23 13:12:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-11-23 13:12:00 +0100 |
commit | f75707dbcb965e95fce2f92e77ed444b9d090e3a (patch) | |
tree | 2fdc3329a219d6641e366963122723b099622ce0 /src/resolve/resolve-tool.c | |
parent | cgroup: downgrade the log level of "invocation id" messages to debug (#7422) (diff) | |
download | systemd-f75707dbcb965e95fce2f92e77ed444b9d090e3a.tar.xz systemd-f75707dbcb965e95fce2f92e77ed444b9d090e3a.zip |
Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435)
Diffstat (limited to '')
-rw-r--r-- | src/resolve/resolve-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |