apps:examples Rename sample programs(webserver, webclient) at menuconfig
authorkang <pilseob.kang@samsung.com>
Thu, 21 Sep 2017 07:48:24 +0000 (16:48 +0900)
committerkang <pilseob.kang@samsung.com>
Thu, 21 Sep 2017 23:34:57 +0000 (08:34 +0900)
apps/examples/webclient/Kconfig
apps/examples/webserver/Kconfig

index 2b441b5..70cef6f 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 config EXAMPLES_WEBCLIENT
-       bool "TinyAra Webclient example"
+       bool "Webclient example"
        depends on NETUTILS_WEBCLIENT
        default n
        ---help---
index 48164dd..b084c7e 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 config EXAMPLES_WEBSERVER
-       bool "TinyAra Webserver example"
+       bool "Webserver example"
        depends on NETUTILS_WEBSERVER
        default n
        ---help---