projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f4f1b
)
eet: List -h option in help message
author
Stefan Schmidt
<s.schmidt@samsung.com>
Thu, 2 Apr 2015 13:32:06 +0000
(15:32 +0200)
committer
Stefan Schmidt
<s.schmidt@samsung.com>
Thu, 2 Apr 2015 13:32:06 +0000
(15:32 +0200)
src/bin/eet/eet_main.c
patch
|
blob
|
history
diff --git
a/src/bin/eet/eet_main.c
b/src/bin/eet/eet_main.c
index 5036d042c51301862a3aea3ee34c7efa569e62ec..6586aef402f275cb7cad4218b4843b8717490515 100644
(file)
--- a/
src/bin/eet/eet_main.c
+++ b/
src/bin/eet/eet_main.c
@@
-462,6
+462,7
@@
help:
" eet -c FILE.EET report and check the signature information of an eet file\n"
" eet -s FILE.EET PRIVATE_KEY PUBLIC_KEY sign FILE.EET with PRIVATE_KEY and attach PUBLIC_KEY as it's certificate\n"
" eet -t FILE.EET give some statistic about a file\n"
+ " eet -h print out this help message\n"
);
eet_shutdown();
return -1;