From: Junghyun Yeon Date: Mon, 11 Dec 2017 03:21:21 +0000 (+0900) Subject: Fix parameter name X-Git-Tag: accepted/tizen/unified/20171228.065031~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=817402b41a1753c87f145a58f3cef010a1e131e2;p=platform%2Fcore%2Fappfw%2Fslp-pkgmgr.git Fix parameter name - Replace previous operation name into new one. Change-Id: Ia98d293cc588e7a39960341fbf0a1cc6e8fd25c7 Signed-off-by: Junghyun Yeon --- diff --git a/installer/pkgmgr_installer.c b/installer/pkgmgr_installer.c index cbb6135..2fab9ff 100644 --- a/installer/pkgmgr_installer.c +++ b/installer/pkgmgr_installer.c @@ -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' },