Updated wrap usage message

release/4.3a0
Alex Cunningham 2012-01-28 04:07:35 +00:00
parent 22c38eb41a
commit 6d8c2133b6
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void generate_matlab_toolbox(const string& mexExt,
int main(int argc, const char* argv[]) {
if (argc<6 || argc>7) {
cerr << "wrap parses an interface file and produces a MATLAB toolbox" << endl;
cerr << "usage: wrap interfacePath moduleName toolboxPath" << endl;
cerr << "usage: wrap mexExtension interfacePath moduleName toolboxPath [mexFlags]" << endl;
cerr << " mexExtension : OS/CPU-dependent extension for MEX binaries" << endl;
cerr << " interfacePath : *absolute* path to directory of module interface file" << endl;
cerr << " moduleName : the name of the module, interface file must be called moduleName.h" << endl;