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:
parent
411d095d79
commit
5cf4b2e597
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user