From: Behdad Esfahbod Date: Sat, 4 Aug 2012 01:45:05 +0000 (-0700) Subject: Minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abd0c05f1f7f0546593bb2f1c4d59db12cb32e46;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Minor --- 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); }