From 57e2c066e92310ac630d8dacab9a78def3fb4ec0 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 11 Oct 2022 00:41:47 +0200 Subject: conf: Drop excess colons in usage for DHCP and DNS options Signed-off-by: Stefano Brivio Reviewed-by: David Gibson --- conf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.c b/conf.c index 67a439d..15ce867 100644 --- a/conf.c +++ b/conf.c @@ -693,14 +693,14 @@ static void usage(const char *name) info( " default: use search list from /etc/resolv.conf"); if (strstr(name, "pasta")) - info(" --dhcp-dns: \tPass DNS list via DHCP/DHCPv6/NDP"); + info(" --dhcp-dns \tPass DNS list via DHCP/DHCPv6/NDP"); else - info(" --no-dhcp-dns: No DNS list in DHCP/DHCPv6/NDP"); + info(" --no-dhcp-dns No DNS list in DHCP/DHCPv6/NDP"); if (strstr(name, "pasta")) - info(" --dhcp-search: Pass list via DHCP/DHCPv6/NDP"); + info(" --dhcp-search Pass list via DHCP/DHCPv6/NDP"); else - info(" --no-dhcp-search: No list in DHCP/DHCPv6/NDP"); + info(" --no-dhcp-search No list in DHCP/DHCPv6/NDP"); info( " --dns-forward ADDR Forward DNS queries sent to ADDR"); info( " can be specified zero to two times (for IPv4 and IPv6)"); -- cgit v1.2.3