summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolve-tool.c
diff options
context:
space:
mode:
authorCarsten Strotmann <cstrotm@users.noreply.github.com>2017-11-23 13:12:00 +0100
committerLennart Poettering <lennart@poettering.net>2017-11-23 13:12:00 +0100
commitf75707dbcb965e95fce2f92e77ed444b9d090e3a (patch)
tree2fdc3329a219d6641e366963122723b099622ce0 /src/resolve/resolve-tool.c
parentcgroup: downgrade the log level of "invocation id" messages to debug (#7422) (diff)
downloadsystemd-f75707dbcb965e95fce2f92e77ed444b9d090e3a.tar.xz
systemd-f75707dbcb965e95fce2f92e77ed444b9d090e3a.zip
Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435)
Diffstat (limited to '')
-rw-r--r--src/resolve/resolve-tool.c2
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) {