aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2021-12-14 21:03:42 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2021-12-14 21:03:42 +0100
commit33e92f53d71c1801a04328859f3802a540317c9d (patch)
tree43d6abe413238392aa307a94f3f5057bb0d3cad6
parente1f59580969ca24e59d4a7ce3ab1b91163a758b1 (diff)
downloadcolorize-33e92f53d71c1801a04328859f3802a540317c9d.tar.gz
colorize-33e92f53d71c1801a04328859f3802a540317c9d.tar.bz2
main(): amend wording of diagnostic
-rw-r--r--colorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorize.c b/colorize.c
index 9a6a6f9..608eb2f 100644
--- a/colorize.c
+++ b/colorize.c
@@ -455,7 +455,7 @@ main (int argc, char **argv)
{
if (arg_cnt == 0 || arg_cnt > 2)
{
- vfprintf_diag ("%u arguments provided, expected 1-2 arguments or clean option", arg_cnt);
+ vfprintf_diag ("%u arguments provided, expected 1-2 arguments or --clean[-all]", arg_cnt);
print_hint ();
exit (EXIT_FAILURE);
}