Fix parameter name 89/163389/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 11 Dec 2017 03:21:21 +0000 (12:21 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 11 Dec 2017 03:21:21 +0000 (12:21 +0900)
- Replace previous operation name into new one.

Change-Id: Ia98d293cc588e7a39960341fbf0a1cc6e8fd25c7
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
installer/pkgmgr_installer.c

index cbb6135..2fab9ff 100644 (file)
@@ -77,7 +77,7 @@ const struct option long_opts[] = {
        { "tep-path", 1, NULL, 'e' },
        { "tep-move", 1, NULL, 'M' },
        { "smack", 1, NULL, 's' },
-       { "direct-manifest-install", 1, NULL, 'y' },
+       { "manifest-direct-install", 1, NULL, 'y' },
        { "mount-install", 1, NULL, 'w' },
        { "recovery", 1, NULL, 'b' },
        { "debug-mode", 0, NULL, 'G' },