diff --git a/Source/Modules/scilab.cxx b/Source/Modules/scilab.cxx index 947111729..1ca5fd898 100644 --- a/Source/Modules/scilab.cxx +++ b/Source/Modules/scilab.cxx @@ -15,6 +15,7 @@ /*#define SWIG_DEBUG*/ + #define SCILAB_IDENTIFIER_NAME_CHAR_MAX 24 #define SCILAB_VARIABLE_NAME_CHAR_MAX SCILAB_IDENTIFIER_NAME_CHAR_MAX - 4 @@ -26,7 +27,7 @@ Scilab options (available with -scilab)\n \ -builderldflags - Add to the builder linker flags\n \ -buildersources - Add the (comma separated) files to the builder sources\n \ -builderflagscript - Set the Scilab script to use by builder to configure the build flags\n \ - -builderverbositylevel - Set the builder verbosity level to (default 0)\n \ + -builderverbositylevel - Set the builder verbosity level to (default 0: off, 2: most verbose)\n \ -nobuilder - Do not generate the Scilab builder script\n \ -gatewayxml - Generate gateway xml with the given \n\n";