changeset 649:8986893fd5e5

And another 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Apr 2013 14:20:45 +0300
parents 7303c43bf347
children 107468492257
files fontconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fontconv.c	Mon Apr 15 14:20:17 2013 +0300
+++ b/fontconv.c	Mon Apr 15 14:20:45 2013 +0300
@@ -26,7 +26,7 @@
 {
     {  0, '?', "help",     "Show this help", OPT_NONE },
     {  1, 'v', "verbose",  "Be more verbose", OPT_NONE },
-    {  2, 'o', "output"    "Set output filename", OPT_ARGREQ },
+    {  2, 'o', "output",   "Set output filename", OPT_ARGREQ },
     {  3, 's', "size",     "Set glyph dimensions (-s WxH) for image->font conversion", OPT_ARGREQ },
     {  4, 'c', "color",    "TTF font rendering color (def: 0xFFFFFF)", OPT_ARGREQ },
 };