On Tue, Oct 11, 2022 at 01:33:15AM +0200, Stefano Brivio wrote: > 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 c2634fc..b1b7c63 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)"); -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson