summaryrefslogtreecommitdiff
path: root/hextobdf.c
diff options
context:
space:
mode:
authorHAL9000 <62116041+NanoBillion@users.noreply.github.com>2025-08-26 16:22:41 +0200
committerGitHub <noreply@github.com>2025-08-26 16:22:41 +0200
commita8d4850cf8403436ecc073737ce0278f74d3926e (patch)
treebc3947e4ee298083e8d4579e9d0b003d5dcbaace /hextobdf.c
parentdbd16c2e4957a33a541d13104c18fe5f4e866401 (diff)
Update hextobdf usage.
Diffstat (limited to 'hextobdf.c')
-rw-r--r--hextobdf.c2
1 files changed, 1 insertions, 1 deletions
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.