summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-08 22:56:02 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-22 22:30:41 -0800
commite5788db7f179bf89d2e5e3c97c69058027cb93bd (patch)
tree1663ea1ca8a4c6eb780df6f723dd3935a0eedbf0
parentf48de13423c7300f4da9f61993b624426b38ddc0 (diff)
Add missing newline to usage output
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--mkfontscale.c2
1 files changed, 1 insertions, 1 deletions
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");
}