diff tools/xm2jss.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 c0b062f881e5
children 026c3aa0e48f
line wrap: on
line diff
--- a/tools/xm2jss.c	Wed Jun 12 18:28:53 2019 +0300
+++ b/tools/xm2jss.c	Wed Jun 12 20:25:06 2019 +0300
@@ -121,7 +121,7 @@
     case 9: optOptimize = TRUE; break;
 
     default:
-        dmErrorMsg("Unknown argument '%s'.\n", currArg);
+        dmErrorMsg("Unimplemented option argument '%s'.\n", currArg);
         return FALSE;
     }