aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-12-22 20:27:02 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-12-22 20:27:02 +0100
commit60475d2ed28d873cc0d66a320d6b67df57c08188 (patch)
tree82ab032254a521c97a1f777d085e24f3a2d3025f
parentb944fc85faebb93d05f65c7e35abd47d3939ebb3 (diff)
downloadcolorize-60475d2ed28d873cc0d66a320d6b67df57c08188.tar.gz
colorize-60475d2ed28d873cc0d66a320d6b67df57c08188.tar.bz2
Prefer term help screen
-rw-r--r--colorize.14
-rw-r--r--colorize.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/colorize.1 b/colorize.1
index db44d8f..582667b 100644
--- a/colorize.1
+++ b/colorize.1
@@ -1,4 +1,4 @@
-.TH COLORIZE 1 "2013-12-09" "colorize v0.52" "User Commands"
+.TH COLORIZE 1 "2013-12-22" "colorize v0.52" "User Commands"
.SH NAME
colorize \- colorize text with escape sequences
.SH SYNOPSIS
@@ -38,7 +38,7 @@ clean text from all valid color escape sequences
text color to be excluded when selecting a random foreground color
.TP
.BR \-h ", " \-\-help
-show usage screen and exit
+show help screen and exit
.TP
.BR \-v ", " \-\-version
display version data and exit
diff --git a/colorize.c b/colorize.c
index 6cf301e..d03cf67 100644
--- a/colorize.c
+++ b/colorize.c
@@ -342,7 +342,7 @@ main (int argc, char **argv)
static void
print_hint (void)
{
- fprintf (stderr, "Type `%s --help' for usage screen.\n", program_name);
+ fprintf (stderr, "Type `%s --help' for help screen.\n", program_name);
}
static void