[main.cc] Add note

This commit is contained in:
Behdad Esfahbod 2024-05-30 11:40:13 -06:00
parent ec437ccd72
commit 9f8f81403d

View file

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