CLI: remove '-t' option in package command. 79/13679/1
authorshingil.kang <shingil.kang@samsung.com>
Thu, 12 Dec 2013 05:32:26 +0000 (14:32 +0900)
committershingil.kang <shingil.kang@samsung.com>
Thu, 12 Dec 2013 05:34:46 +0000 (14:34 +0900)
Change-Id: Ia13250e0ac7d3c1ecce96ee77b4a705ec53ecb81
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
org.tizen.ncli.ide/src/org/tizen/ncli/ide/autocomplete/TizenAutoComplete.java

index c77b079..44057fd 100644 (file)
@@ -45,7 +45,7 @@ public class TizenAutoComplete {
         { "build-native", "--arch --compiler --configuration" },
         { "build-web", "--output -opt --optimize -euf --exclude-uifw -efum --exclude-uifw-min" },
         { "sign", "--profile" },
-        { "package", "-t --type --sign -ref --ref-project" },
+        { "package", "--type --sign -ref --ref-project" },
         { "install", "--target" },
         { "uninstall", "--target --pkgid" },
         { "run", "--target --pkgid"},
@@ -69,7 +69,6 @@ public class TizenAutoComplete {
         { "-euf", "--exclude-uifw" },
         { "-eufm", "--exclude-uifw-min" },
         { "-e", "--exclude" },
-        { "-t", "--type" },
         { "-n", "--name" },
         { "-ref", "--ref-project" }
         };