summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/showpic/showpic.c4
-rw-r--r--tools/showtext/showtext.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/showpic/showpic.c b/tools/showpic/showpic.c
index 173e9ea..5df19f8 100644
--- a/tools/showpic/showpic.c
+++ b/tools/showpic/showpic.c
@@ -56,7 +56,7 @@ void usage()
{
fprintf(stdout, "\n");
fprintf(stdout, "%s v%s\n", prgname, version);
- fprintf(stdout, "%s is a tool to show an image on a LCD.\n", prgname);
+ fprintf(stdout, "%s is a tool to show an image on an LCD.\n", prgname);
fprintf(stdout, "The image must be in a special format (*.glcd).\n");
fprintf(stdout, "You can create such images with the convpic tool.\n\n");
fprintf(stdout, " Usage: %s [-c CONFIGFILE] [-d DISPLAY] [-s SLEEP] [-uie] file [more files]\n\n", prgname);
@@ -67,7 +67,7 @@ void usage()
fprintf(stdout, " -i --invert inverts the output (default: no)\n");
fprintf(stdout, " -e --endless show all images in endless loop (default: no)\n");
fprintf(stdout, " -s --sleep set sleeptime between two images [ms] (default: %d ms)\n", kDefaultSleepMs);
- fprintf(stdout, " -b --brightness set brightness for display if driver support it [%%]\n");
+ fprintf(stdout, " -b --brightness set brightness for display (if supported by the driver) [%%]\n");
fprintf(stdout, " (default: config file value)\n");
fprintf(stdout, "\n" );
fprintf(stdout, " examples: %s -c /etc/graphlcd.conf vdr-logo.glcd\n", prgname);
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");