1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-08 20:58:20 +03:00

resolvectl: add line breaks for readability

This commit is contained in:
Lennart Poettering 2022-09-28 12:45:31 +02:00
parent 411d095d79
commit 5cf4b2e597

View File

@ -2517,7 +2517,13 @@ static int verb_log_level(int argc, char *argv[], void *userdata) {
static void help_protocol_types(void) {
if (arg_legend)
puts("Known protocol types:");
puts("dns\nllmnr\nllmnr-ipv4\nllmnr-ipv6\nmdns\nmdns-ipv4\nmdns-ipv6");
puts("dns\n"
"llmnr\n"
"llmnr-ipv4\n"
"llmnr-ipv6\n"
"mdns\n"
"mdns-ipv4\n"
"mdns-ipv6");
}
static void help_dns_types(void) {