From 8b40680aa394e0b0cdc9b78229bf3b513ec4459e Mon Sep 17 00:00:00 2001 From: mrwastl Date: Wed, 29 Jun 2011 22:19:00 +0200 Subject: 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 --- tools/showtext/showtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/showtext') 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"); -- cgit v1.2.3