diff tools/data2inc.c @ 2183:e3f0eaf23f4f

Change the error message for unimplemented option argument.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Jun 2019 20:25:06 +0300
parents d8a83582f78f
children d76b0c92769d
line wrap: on
line diff
--- a/tools/data2inc.c	Wed Jun 12 18:28:53 2019 +0300
+++ b/tools/data2inc.c	Wed Jun 12 20:25:06 2019 +0300
@@ -120,7 +120,7 @@
             break;
 
         default:
-            dmErrorMsg("Unknown option '%s'.\n", currArg);
+            dmErrorMsg("Unimplemented option argument '%s'.\n", currArg);
             return FALSE;
     }