This commit is contained in:
Behdad Esfahbod 2012-08-03 18:45:05 -07:00
parent 46ee108ef8
commit abd0c05f1f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ main (int argc, char **argv)
hb_blob_t *blob = NULL;
if (argc != 4 && argc != 5) {
fprintf (stderr, "usage: %s lookup-index first-glyph [second-glyph]\n", argv[0]);
fprintf (stderr, "usage: %s font-file lookup-index first-glyph [second-glyph]\n", argv[0]);
exit (1);
}