From a8d4850cf8403436ecc073737ce0278f74d3926e Mon Sep 17 00:00:00 2001 From: HAL9000 <62116041+NanoBillion@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:22:41 +0200 Subject: Update hextobdf usage. --- hextobdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hextobdf.c') diff --git a/hextobdf.c b/hextobdf.c index 7d1244d..efe5430 100644 --- a/hextobdf.c +++ b/hextobdf.c @@ -3,7 +3,7 @@ * hextobdf - convert font from hex format to bdf * * EXAMPLE USAGE - * hextobdf -w 12 -h 22 < gallant.hex > gallant.bdf + * hextobdf < gallant.hex > gallant.bdf * * LIMITATIONS * Only for gallant font, due to hard-coded font/glyph properties. -- cgit v1.2.3