]> git.refcnt.org Git - colorize.git/commitdiff
main(): amend wording of diagnostic
authorSteven Schubiger <stsc@refcnt.org>
Tue, 14 Dec 2021 20:03:42 +0000 (21:03 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Tue, 14 Dec 2021 20:03:42 +0000 (21:03 +0100)
colorize.c

index 9a6a6f9d69ac26e2ef023a007038ddfba6026ebe..608eb2fe06c89f96f4505b469e4d803237ae64b7 100644 (file)
@@ -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);
           }