From 817402b41a1753c87f145a58f3cef010a1e131e2 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Mon, 11 Dec 2017 12:21:21 +0900 Subject: [PATCH] Fix parameter name - Replace previous operation name into new one. Change-Id: Ia98d293cc588e7a39960341fbf0a1cc6e8fd25c7 Signed-off-by: Junghyun Yeon --- installer/pkgmgr_installer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, -- 2.34.1