]> git.refcnt.org Git - colorize.git/commitdiff
Prefer term help screen
authorSteven Schubiger <stsc@refcnt.org>
Sun, 22 Dec 2013 19:27:02 +0000 (20:27 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sun, 22 Dec 2013 19:27:02 +0000 (20:27 +0100)
colorize.1
colorize.c

index db44d8f8d71684e776680ee445bcc81a11df507e..582667b3c83e6d251bda1ee7bf87101e634adffb 100644 (file)
@@ -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
index 6cf301e3ec7d9054a50cf8fc0cc87b41af2ff00d..d03cf67bb89268d62a166d1123cf5734888612cf 100644 (file)
@@ -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