examples/tls: fix README.txt files for tls client/server
authorJoohwan Kim <joohwani.kim@samsung.com>
Wed, 2 Aug 2017 06:13:06 +0000 (15:13 +0900)
committersunghan <sh924.chang@samsung.com>
Wed, 20 Sep 2017 07:28:39 +0000 (16:28 +0900)
This commit fixes app command in README test.

Change-Id: Ib9326fab2613811b987af341b3af822b53c84ddb
Signed-off-by: Joohwan Kim <joohwani.kim@samsung.com>
apps/examples/tls_client/README.txt
apps/examples/tls_server/README.txt

index 8c64c86..89a80e5 100644 (file)
@@ -3,10 +3,10 @@ examples/tls_client
 
   This is an example to test tls client.
   For more information, see the examples/tls_client/tls_client_main.c
-  or type the command "tlsc help" on TASH.
+  or type the command "tls_client help" on TASH.
 
   usage:
-    ex) tlsc help
+    ex) tls_client help
 
   Configs (see the details on Kconfig):
   * CONFIG_EXAMPLES_TLS_CLIENT
index fcaf4dd..6a76335 100644 (file)
@@ -3,10 +3,10 @@ examples/tls_server
 
   This is an example to test tls server.
   For more information, see the examples/tls_server/tls_server_main.c
-  or type the command "tlss help" on TASH.
+  or type the command "tls_server help" on TASH.
 
   usage:
-    ex) tlss help
+    ex) tls_server help
 
   Configs (see the details on Kconfig):
   * CONFIG_EXAMPLES_TLS_SERVER