From 6087890a09f1988d1ae888daa91bdc9f045d6bb7 Mon Sep 17 00:00:00 2001 From: Hyunjin Lee Date: Thu, 24 Sep 2015 14:55:39 +0900 Subject: [PATCH] [devtools][cli] update some syntax of Command Line Interface Change-Id: If9a93463f2c97b28025cdb0038cfc1f4fae72fd4 Signed-off-by: Hyunjin Lee --- .../html/native_tools/command_line_interface_n.htm | 154 ++++++++++----------- .../html/web_tools/command_line_interface_w.htm | 145 +++++++++---------- 2 files changed, 151 insertions(+), 148 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/command_line_interface_n.htm b/org.tizen.devtools/html/native_tools/command_line_interface_n.htm index 38278f3..30a95fc 100644 --- a/org.tizen.devtools/html/native_tools/command_line_interface_n.htm +++ b/org.tizen.devtools/html/native_tools/command_line_interface_n.htm @@ -73,15 +73,15 @@ export PATH=$PATH:$<TIZEN_SDK_HOME>/tools/ide/bin tizen cli-config
-tizen cli-config [-g|--global] <key>=<value>
-tizen cli-config -l | --list
+tizen cli-config [-g] <key>=<value>
+tizen cli-config -l
 
Queries, sets, replaces, and unsets CLI setting options.

The key and the name are separated by an equal sign.

@@ -91,7 +91,7 @@ tizen cli-config -l | --list Sets the default executable architecture type: x86 or arm.

  • default.build.compiler=<llvm|gcc>

    Sets the default compiler. The default is llvm.

  • -
  • default.build.configuration=<Debug | Release>

    +

  • default.build.configuration=<Debug|Release>

    Sets the default build configuration. The default is the debug mode.

  • default.profiles.path=<path of profile.xml>

    Sets the path to the profile.xml file.

  • @@ -101,7 +101,7 @@ Sets the default connection timeout value. The default is 60000 milliseconds.