Browse Source

Improved error message on CLI tool.

pull/1139/head
Joao Matos 8 years ago
parent
commit
1b444fc988
  1. 2
      src/CLI/Generator.cs

2
src/CLI/Generator.cs

@ -125,7 +125,7 @@ namespace CppSharp
if (string.IsNullOrEmpty(options.InputLibraryName) && !options.CheckSymbols) if (string.IsNullOrEmpty(options.InputLibraryName) && !options.CheckSymbols)
{ {
messages.Add("Input library name not specified and check symbols option not enabled.\nEither set the input library name (see or the check symbols flag."); messages.Add("Input library name not specified and check symbols option not enabled.\nEither set the input library name or the check symbols flag.");
return false; return false;
} }

Loading…
Cancel
Save