Skip to content

Commit f73d2a4

Browse files
committed
minor: Correct errors in parsers help messages
1 parent b865f1c commit f73d2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lkql_checker/src/gnatcheck-options.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ package Gnatcheck.Options is
344344
Default_Val => Null_Unbounded_String,
345345
Help =>
346346
"name of the configuration project file. If passed, "
347-
& "this file must exist and neither --target nor --RTS"
347+
& "this file must exist and neither --target nor --RTS "
348348
& "must be passed.");
349349

350350
package Target is new
@@ -363,7 +363,7 @@ package Gnatcheck.Options is
363363
Arg_Type => Unbounded_String,
364364
Default_Val => Null_Unbounded_String,
365365
Help =>
366-
"name of the runtime (RTS) to use when loading the " & "project");
366+
"name of the runtime (RTS) to use when loading the project");
367367

368368
package Full_Source_Locations is new
369369
Parse_Flag

0 commit comments

Comments
 (0)