diff --git a/src/test-would-substitute.cc b/src/test-would-substitute.cc index 2a2c3ef2b..bf64a2955 100644 --- a/src/test-would-substitute.cc +++ b/src/test-would-substitute.cc @@ -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); }