From: Jaehyun Kim Date: Mon, 2 Jan 2023 09:46:59 +0000 (+0900) Subject: Update client help description for nameservers X-Git-Tag: accepted/tizen/7.0/unified/20230118.093741~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fconnman.git;a=commitdiff_plain;h=75b786ae3e6c234d245ba750c78d66b6f5b36c0d Update client help description for nameservers Nameserver configuration method can be changed via connmanctl, but there is no such information in help description. So help description for nameservers is updated. Change-Id: I446daa5ed19fbfecc8b58387f37e81a894579bc7 Signed-off-by: Jaehyun Kim --- diff --git a/client/commands.c b/client/commands.c index 14f5e51..7861dfd 100755 --- a/client/commands.c +++ b/client/commands.c @@ -3018,7 +3018,12 @@ static struct connman_option ins_options[] = { #endif static struct connman_option config_options[] = { +#if defined TIZEN_EXT + {"nameservers", 'n', "ipv4.manual|ipv4.dhcp|ipv6.manual|ipv6.dhcp\n" + "\t\t\t [] []"}, +#else {"nameservers", 'n', " [] []"}, +#endif {"timeservers", 't', " [] [...]"}, {"domains", 'd', " [] [...]"}, {"mdns", 'm', "yes|no"},