summaryrefslogtreecommitdiff
path: root/hextobdf.c
diff options
context:
space:
mode:
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.