diff options
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |