Fix pkgcmd help's text, align 38/213238/2
authorIlho Kim <ilho159.kim@samsung.com>
Tue, 3 Sep 2019 06:35:56 +0000 (15:35 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Tue, 3 Sep 2019 06:38:29 +0000 (15:38 +0900)
skip-optimization option's short option is "-S"

Change-Id: Idfc226ccebd93e7d95280ec205affdb95c93e9e2
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/pkg_cmd.c

index 0cca311..e710f8a 100644 (file)
@@ -441,7 +441,7 @@ static void __print_usage()
        printf("-G, --debug-mode        install the package with debug mode for sdk\n");
        printf("-D, --deactivate        disable package or app\n");
        printf("-A, --activate          enable package or app\n");
-       printf("-O, --skip-optimization         install the package with skip optimization for sdk\n");
+       printf("-S, --skip-optimization install the package with skip optimization for sdk\n");
        printf("-h, --help              print this help\n");
 
        printf("\n");