summaryrefslogtreecommitdiff
path: root/tools/showtext/showtext.c
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-06-29 22:19:00 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-06-29 22:19:00 +0200
commit8b40680aa394e0b0cdc9b78229bf3b513ec4459e (patch)
tree0b5022f8ac4205353313afbd159b3c16a338cc18 /tools/showtext/showtext.c
parentbd827457475fa714dcc57baf4053e4492635d1fb (diff)
downloadgraphlcd-base-8b40680aa394e0b0cdc9b78229bf3b513ec4459e.tar.gz
graphlcd-base-8b40680aa394e0b0cdc9b78229bf3b513ec4459e.tar.bz2
added driver futabaMDM166A; ported mem leak fixes to image.c (from 0.1.x); ported fixes to noritake800 (from 0.1.x); fixed some grammar mistakes
Diffstat (limited to 'tools/showtext/showtext.c')
-rw-r--r--tools/showtext/showtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/showtext/showtext.c b/tools/showtext/showtext.c
index b156935..bc7879c 100644
--- a/tools/showtext/showtext.c
+++ b/tools/showtext/showtext.c
@@ -37,7 +37,7 @@ void usage()
{
fprintf(stdout, "\n");
fprintf(stdout, "%s v%s\n", prgname, version);
- fprintf(stdout, "%s is a tool to show a text on a LCD.\n", prgname);
+ fprintf(stdout, "%s is a tool to show a text on an LCD.\n", prgname);
fprintf(stdout, "\n");
fprintf(stdout, " Usage: %s [-c CONFIGFILE] [-d DISPLAY] [-f FONT] [-x XPOS] [-y YPOS] [-uib] text [more text]\n\n", prgname);
fprintf(stdout, " -c --config specifies the location of the config file\n");