From 0846d7665792d25e673ae51b56b691f58f7d0679 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 31 Mar 2021 14:05:13 +0300 Subject: [PATCH] Add the -b option to help text --- ttf2png.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ttf2png.c b/ttf2png.c index 98a40ec..0c1c09a 100644 --- a/ttf2png.c +++ b/ttf2png.c @@ -309,8 +309,9 @@ void usage(void) " -p Pack the glyphs tightly instead of in a grid\n" " -m Margin around image edges (packed mode only) [0]\n" " -n Padding between glyphs (packed mode only) [1]\n" - " -g Allow non-power-of-two result\n" - " -f Create a distance field texture\n" + " -g Allow non-power-of-two result\n"); + printf(" -f Create a distance field texture\n" + " -b Specify distance field border zone width\n" " -d File name for writing glyph definitions\n" " -h Print this message\n"); } -- 2.43.0