[PATCH:mkfontscale 14/17] Add missing newline to usage output

Alan Coopersmith alan.coopersmith at oracle.com
Fri Nov 15 18:38:43 PST 2013


Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 mkfontscale.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkfontscale.c b/mkfontscale.c
index a67f283..1194145 100644
--- a/mkfontscale.c
+++ b/mkfontscale.c
@@ -118,7 +118,7 @@ usage(void)
 {
     fprintf(stderr,
             "mkfontscale [ -b ] [ -s ] [ -o filename ] [-x suffix ]\n"
-            "            [ -a encoding ] [ -f fuzz ] [ -l ] "
+            "            [ -a encoding ] [ -f fuzz ] [ -l ]\n"
             "            [ -e directory ] [ -p prefix ] [ -n ] [ -r ] \n"
             "            [-u] [-U] [ directory ]...\n");
 }
-- 
1.7.9.2



More information about the xorg-devel mailing list