From 7b6733ef5c6cb3ae70efb6d2de0a3d22c3f373d5 Mon Sep 17 00:00:00 2001 From: "gyeongseok.seo" Date: Mon, 17 Dec 2012 15:32:15 +0900 Subject: [PATCH] [Title] modified CLI's string value. [Desc.] text out put value changed [Issue] #7641 Change-Id: Ie432633414727932a0bb32fe0a5fd668470f43d2 --- org.tizen.cli/doc/install/bin_/webtizen | 34 +++++++++++----------- org.tizen.cli/doc/install/bin_/webtizen.bat | 34 +++++++++++----------- .../src/org/tizen/cli/exec/AbstractLauncher.java | 2 +- package/changelog | 3 ++ package/pkginfo.manifest | 2 +- 5 files changed, 39 insertions(+), 36 deletions(-) diff --git a/org.tizen.cli/doc/install/bin_/webtizen b/org.tizen.cli/doc/install/bin_/webtizen index b1f5d84..6e2daeb 100755 --- a/org.tizen.cli/doc/install/bin_/webtizen +++ b/org.tizen.cli/doc/install/bin_/webtizen @@ -35,27 +35,27 @@ _print_usage() echo "The most frequently used commands are run and debug." echo "" echo "Commands:" - echo " gen : Generation widget project" - echo " packaging : Packaging widget project" - echo " signing : Signing widget project" - echo " list : Display installed widgets handle and name list" - echo " install : Install widget package for target" - echo " uninstall : Uninstall widget package for target" - echo " run : Install wdiget package for target And Launch widget" - echo " debug : Install wdiget package for target And Launch widget And activate debug mode" + echo " gen: Generation widget project" + echo " packaging: Packaging widget project" + echo " signing: Signing widget project" + echo " list: Display installed widgets handle and name list" + echo " install: Install widget package for target" + echo " uninstall: Uninstall widget package for target" + echo " run: Install wdiget package for target And Launch widget" + echo " debug: Install wdiget package for target And Launch widget And activate debug mode" echo "" echo "Short Commands:" - echo " -g : gen command" - echo " -p : packaging command" - echo " -s : signing command" - echo " -l : list command" - echo " -i : install command" - echo " -u : uninstall command" - echo " -r : run command" - echo " -d : debug command" + echo " -g: gen command" + echo " -p: packaging command" + echo " -s: signing command" + echo " -l: list command" + echo " -i: install command" + echo " -u: uninstall command" + echo " -r: run command" + echo " -d: debug command" echo "" echo "Option" - echo " -h : Display this usage information." + echo " -h: Display this usage information." exit $1 diff --git a/org.tizen.cli/doc/install/bin_/webtizen.bat b/org.tizen.cli/doc/install/bin_/webtizen.bat index 0bba2d5..9d60c56 100644 --- a/org.tizen.cli/doc/install/bin_/webtizen.bat +++ b/org.tizen.cli/doc/install/bin_/webtizen.bat @@ -54,27 +54,27 @@ REM print usages method echo. The most frequently used commands are run and debug. echo. echo. Commands: - echo. gen : Generation widget project - echo. packaging : Packaging widget project - echo. signing : Signing widget project - echo. list : Display installed widgets handle and name list - echo. install : Install widget package for target - echo. uninstall : Uninstall widget package for target - echo. run : Install wdiget package for target And Launch widget - echo. debug : Install wdiget package for target And Launch widget And activate debug mode + echo. gen: Generation widget project + echo. packaging: Packaging widget project + echo. signing: Signing widget project + echo. list: Display installed widgets handle and name list + echo. install: Install widget package for target + echo. uninstall: Uninstall widget package for target + echo. run: Install wdiget package for target And Launch widget + echo. debug: Install wdiget package for target And Launch widget And activate debug mode echo. echo. Short Commands: - echo. -g : gen command - echo. -p : packaging command - echo. -s : signing command - echo. -l : list command - echo. -i : install command - echo. -u : uninstall command - echo. -r : run command - echo. -d : debug command + echo. -g: gen command + echo. -p: packaging command + echo. -s: signing command + echo. -l: list command + echo. -i: install command + echo. -u: uninstall command + echo. -r: run command + echo. -d: debug command echo. echo. Option - echo. -h : Display this usage information. + echo. -h: Display this usage information. set ISEXIT=true goto:END_STEP diff --git a/org.tizen.cli/src/org/tizen/cli/exec/AbstractLauncher.java b/org.tizen.cli/src/org/tizen/cli/exec/AbstractLauncher.java index 4f9ae88..e103724 100755 --- a/org.tizen.cli/src/org/tizen/cli/exec/AbstractLauncher.java +++ b/org.tizen.cli/src/org/tizen/cli/exec/AbstractLauncher.java @@ -109,7 +109,7 @@ AbstractLauncher * * @see #OPT_LOG */ - protected static final String DESC_LOG = "Specify log level( ex - error, warn, info, debug, trace, none )"; + protected static final String DESC_LOG = "Specify log category( ex - error, warn, info, debug, trace )"; /** *

diff --git a/package/changelog b/package/changelog index a26ec7b..eff5303 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.0.42 +- modified CLI's string value +== gyeongseok.seo 2012-12-17 * 1.0.41 - Merged the latest changes == mariah 2012-12-13 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 778e012..ee1060c 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:1.0.41 +Version:1.0.42 Maintainer: Bon-Yong Lee, gyeongseok seo Package: web-cli -- 2.7.4