aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--conf.c8
1 files 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)");