barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=349daa458fda75d5287146dea7721d15a579d586
commit 349daa458fda75d5287146dea7721d15a579d586 Author: Gustavo Sverzut Barbieri <barbi...@profusion.mobi> Date: Sat Dec 3 11:06:05 2016 -0200 eina_btlog: improve help. --- src/bin/eina/eina_btlog.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/bin/eina/eina_btlog.c b/src/bin/eina/eina_btlog.c index d273f8e..3d24412 100644 --- a/src/bin/eina/eina_btlog.c +++ b/src/bin/eina/eina_btlog.c @@ -338,7 +338,12 @@ main(int argc, char **argv) if (!strcmp(argv[i], "-h")) { printf("Usage: eina_btlog [-n]\n" - " -n Do not use color escape codes\n"); + " -n Do not use color escape codes\n" + "\n" + "Provide addresses logged from EFL applications to stdin.\n" + "Example:\n\n" + "\tcat log.txt | eina_btlog\n" + "\n"); eina_shutdown(); return 0; } --