From abd0c05f1f7f0546593bb2f1c4d59db12cb32e46 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 3 Aug 2012 18:45:05 -0700 Subject: [PATCH] Minor --- src/test-would-substitute.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-would-substitute.cc b/src/test-would-substitute.cc index 2a2c3ef..bf64a29 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); } -- 2.7.4