stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3d5357b6ab4c33608ef9e4731bc766fc57ff01fd
commit 3d5357b6ab4c33608ef9e4731bc766fc57ff01fd Author: Stefan Schmidt <[email protected]> Date: Thu Apr 2 15:32:06 2015 +0200 eet: List -h option in help message --- src/bin/eet/eet_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/eet/eet_main.c b/src/bin/eet/eet_main.c index 5036d04..6586aef 100644 --- 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; --
