Skip to content

Commit dd46d24

Browse files
committed
Fix help message for -X
For consistency with other tools.
1 parent cc0687e commit dd46d24

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)