Skip to content

Commit 1b444fc

Browse files
committed
Improved error message on CLI tool.
1 parent f8ccbb8 commit 1b444fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLI/Generator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public bool ValidateOptions(List<string> messages)
125125

126126
if (string.IsNullOrEmpty(options.InputLibraryName) && !options.CheckSymbols)
127127
{
128-
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.");
128+
messages.Add("Input library name not specified and check symbols option not enabled.\nEither set the input library name or the check symbols flag.");
129129
return false;
130130
}
131131

0 commit comments

Comments
 (0)