We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b865f1c commit f73d2a4Copy full SHA for f73d2a4
lkql_checker/src/gnatcheck-options.ads
@@ -344,7 +344,7 @@ package Gnatcheck.Options is
344
Default_Val => Null_Unbounded_String,
345
Help =>
346
"name of the configuration project file. If passed, "
347
- & "this file must exist and neither --target nor --RTS"
+ & "this file must exist and neither --target nor --RTS "
348
& "must be passed.");
349
350
package Target is new
@@ -363,7 +363,7 @@ package Gnatcheck.Options is
363
Arg_Type => Unbounded_String,
364
365
366
- "name of the runtime (RTS) to use when loading the " & "project");
+ "name of the runtime (RTS) to use when loading the project");
367
368
package Full_Source_Locations is new
369
Parse_Flag
0 commit comments