Modified help messages
authorkh5325.kim <kh5325.kim@samsung.com>
Wed, 26 Jun 2013 02:50:26 +0000 (11:50 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Wed, 26 Jun 2013 02:53:05 +0000 (11:53 +0900)
org.tizen.cli/src/org/tizen/cli/exec/gen/messages.properties

index 1748631..303e86a 100644 (file)
@@ -3,9 +3,9 @@ CLIProjectGenerator.EXCEPTION_CREATING_MAKEFILE=Exception occurred while creatin
 CLIProjectGenerator.EXCEPTION_UNEXPECTED_PROJECTTYPE=Unexpected project type: {0}.
 NativeMain.CREATE_A_PROJECT=Creating a project: {0}...
 NativeMain.CREATE_SUCCESS=A project was created successfully in {0} \nTo build a project, run native-make in {1}.
-NativeMain.DESC_PROJECTNAME=Specify a project name. (Default: <sample type>)
-NativeMain.DESC_PROJECTPATH=Specify a project path. (Default: <current directory>/<project name>)
-NativeMain.DESC_SAMPLE=Specify a sample type. \n\t\t\t  {0}: empty application\n\t\t\t  {1}: form-based application\n\t\t\t  {2}: service application\n\t\t\t  {3}: shared library\n\t\t\t  {4}: static library\n\t\t\t  {5}: tab-based application
+NativeMain.DESC_PROJECTNAME=Specify a project name (Default: <sample type>)
+NativeMain.DESC_PROJECTPATH=Specify a project path (Default: <current directory>/<project name>)
+NativeMain.DESC_SAMPLE=Specify a sample type\n\t\t\t  >"{0}": empty application\n\t\t\t  >"{1}": form-based application\n\t\t\t  >"{2}": service application\n\t\t\t  >"{3}": shared library\n\t\t\t  >"{4}": static library\n\t\t\t  >"{5}": tab-based application
 NativeMain.DIR_EXIST={0} already exist(s).\nDo you want to overwrite and continue?
 NativeMain.EXCEPTION_SAMPLE_NOT_SUPPORT=Sample: {0} is not supported. Choose another sample.
 NativeMain.EXCEPTION_WRONG_PROJECT_TYPE=Wrong project type: {0}.
@@ -13,7 +13,7 @@ NativeMain.PROCESS_CANCEL=Process is canceled.
 NativeMain.USAGE=usage: native-gen -s <sample_type> [OPTION]\nCreate a project\n\n
 NativeMain.DESC_CMD_PROJECT=Create a native project. This is a default command.
 NativeMain.DESC_CMD_MAKEFILE=Create build files.
-NativeMain.DESC_MAKE_PROJECTTYPE=Specify a project type. ({0} | {1} | {2})
-NativeMain.DESC_MAKE_BINARY=Specify a output binary name. (Default: <project folder name>)
-NativeMain.DESC_FORCE=Overwrite existing files.
+NativeMain.DESC_MAKE_PROJECTTYPE=Specify a project type ({0} | {1} | {2})
+NativeMain.DESC_MAKE_BINARY=Specify a output binary name (Default: <project folder name>)
+NativeMain.DESC_FORCE=Overwrite existing files
 NativeMain.MAKE_CREATE_SUCCESS=A makefile was created successfully in {0}.\nTo build a project, run native-make in {0}.
\ No newline at end of file