summaryrefslogtreecommitdiff
path: root/tools/convbdf.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-07-21 19:33:16 +0000
committerAlexander Levin <al.le@rockbox.org>2010-07-21 19:33:16 +0000
commit5f6e43d15b9528dc39e818e0356451a664314b26 (patch)
tree7f3b0b9b2d28186b155f4446e59bc1d9444e2890 /tools/convbdf.c
parent7c52284b294cb33bc2e5d747e2e3c14d8ab937ae (diff)
downloadrockbox-5f6e43d15b9528dc39e818e0356451a664314b26.tar.gz
rockbox-5f6e43d15b9528dc39e818e0356451a664314b26.zip
More explanation to the convbdf options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27510 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/convbdf.c')
-rw-r--r--tools/convbdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c
index c9c43848ed..5a563220fd 100644
--- a/tools/convbdf.c
+++ b/tools/convbdf.c
@@ -165,6 +165,7 @@ usage(void)
165 " -n Don't generate bitmaps as comments in .c file\n", 165 " -n Don't generate bitmaps as comments in .c file\n",
166 " -a N[%][!] Allow the ascent to grow N pixels/% to avoid glyph clipping\n", 166 " -a N[%][!] Allow the ascent to grow N pixels/% to avoid glyph clipping\n",
167 " -d N[%][!] Allow the descent to grow N pixels/% to avoid glyph clipping\n", 167 " -d N[%][!] Allow the descent to grow N pixels/% to avoid glyph clipping\n",
168 " An ! in the -a and -d options forces the growth; N may be negative\n",
168 " -v N Verbosity level: 0=quite quiet, 1=more verbose, 2=even more, etc.\n", 169 " -v N Verbosity level: 0=quite quiet, 1=more verbose, 2=even more, etc.\n",
169 " -t Print internal tracing messages\n", 170 " -t Print internal tracing messages\n",
170 NULL /* Must be the last element in the array */ 171 NULL /* Must be the last element in the array */