mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[main.cc] Add note
This commit is contained in:
parent
ec437ccd72
commit
9f8f81403d
1 changed files with 2 additions and 1 deletions
|
@ -513,7 +513,8 @@ main (int argc, char **argv)
|
|||
{
|
||||
if (argc != 2)
|
||||
{
|
||||
fprintf (stderr, "usage: %s font-file.ttf\n", argv[0]);
|
||||
fprintf (stderr, "usage: %s font-file.ttf\n\n"
|
||||
"This tools is unsupported and crashes on bad data.\nDon't use it.\n", argv[0]);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue