Update client help description for nameservers 38/286238/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 2 Jan 2023 09:46:59 +0000 (18:46 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 2 Jan 2023 09:46:59 +0000 (18:46 +0900)
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 <jeik01.kim@samsung.com>
client/commands.c

index 14f5e51..7861dfd 100755 (executable)
@@ -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<dns1> [<dns2>] [<dns3>]"},
+#else
        {"nameservers", 'n', "<dns1> [<dns2>] [<dns3>]"},
+#endif
        {"timeservers", 't', "<ntp1> [<ntp2>] [...]"},
        {"domains", 'd', "<domain1> [<domain2>] [...]"},
        {"mdns", 'm', "yes|no"},