projects
/
platform
/
core
/
appfw
/
slp-pkgmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46ff6b
)
Fix parameter name
89/163389/1
author
Junghyun Yeon
<jungh.yeon@samsung.com>
Mon, 11 Dec 2017 03:21:21 +0000
(12:21 +0900)
committer
Junghyun 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
patch
|
blob
|
history
diff --git
a/installer/pkgmgr_installer.c
b/installer/pkgmgr_installer.c
index cbb6135c83dcdd7b370bfc478cd3642a02860d72..2fab9ff186af92e6a1fee9ab8d54ff4d42a9baa0 100644
(file)
--- 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-manifes
t-install", 1, NULL, 'y' },
+ { "
manifest-direc
t-install", 1, NULL, 'y' },
{ "mount-install", 1, NULL, 'w' },
{ "recovery", 1, NULL, 'b' },
{ "debug-mode", 0, NULL, 'G' },