eina_btlog: improve help.

This commit is contained in:
Gustavo Sverzut Barbieri 2016-12-03 11:06:05 -02:00
parent 717a0159d2
commit 349daa458f
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}