]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
colorize 0.51
[colorize.git] / colorize.c
index a25ec59b19636b0e64eca49d2fe615406f3c18a8..827de87850bbae88b82202a9eb6bd08ce0302677 100644 (file)
@@ -94,7 +94,7 @@
 
 #define COLOR_SEP_CHAR '/'
 
-#define VERSION "0.50"
+#define VERSION "0.51"
 
 typedef unsigned short bool;
 
@@ -312,6 +312,7 @@ main (int argc, char **argv)
       {
         if (arg_cnt == 0 || arg_cnt > 2)
           {
+            vfprintf_diag ("%u arguments provided, expected 1-2 arguments or option", arg_cnt);
             print_help ();
             exit (EXIT_FAILURE);
           }