Skip to content

Commit 507c8dc

Browse files
committed
Merge branch 'eyraud/396' into 'master'
Fix help message for -X Closes #396 See merge request eng/das/cov/gnatcoverage!785 For consistency with other tools. Closes eng/das/cov/gnatcoverage#396
2 parents cc0687e + dd46d24 commit 507c8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gnatcov/command_line.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ package Command_Line is
13951395
Opt_Scenario_Var => Create
13961396
(Short_Name => "-X",
13971397
Pattern => "[NAME]=[VALUE]",
1398-
Help => "Define a scenario variable for project files.",
1398+
Help => "Specify an external reference for Project Files.",
13991399
Commands => (Cmd_Print_GPR_Registry
14001400
| Cmd_All_Setups => False,
14011401
others => True),

0 commit comments

Comments
 (0)