summaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2007-02-13 21:38:21 +0000
committerBen Harris <bjh21@bjh21.me.uk>2007-02-13 21:38:21 +0000
commitdae489a4529c014654b894d104faa9e5cfea0b04 (patch)
tree442fe1bcda7e038828a78cc3f11dcaa7a62dcbde /help.c
parentd324fe8cc1372360f49cfcfd34261cacc886d79c (diff)
downloadhalibut-dae489a4529c014654b894d104faa9e5cfea0b04.zip
halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.gz
halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.bz2
halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.xz
Add a --list-fonts option, since getting PostScript names out of TrueType
fonts is difficult. [originally from svn r7281]
Diffstat (limited to 'help.c')
-rw-r--r--help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/help.c b/help.c
index 8db2859..d65645d 100644
--- a/help.c
+++ b/help.c
@@ -17,6 +17,7 @@ static const char *const helptext[] = {
" -Cfoo:bar:baz append \\cfg{foo}{bar}{baz} to input",
" --input-charset=cs change default input file charset",
" --list-charsets display supported character set names",
+ " --list-fonts display supported font names",
" --precise report column numbers in error messages",
" --help display this text",
" --version display version number",