Skip to content

Commit 748baba

Browse files
committed
command_line.ads: mark --subprograms as experimental
Also reword the help message a bit.
1 parent 7d4e246 commit 748baba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/gnatcov/command_line.ads

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,9 +1115,10 @@ package Command_Line is
11151115
(Long_Name => "--subprograms",
11161116
Pattern => "FILE:LINE",
11171117
Help =>
1118-
"Restrict coverage analysis to specific subprograms designated by"
1119-
& " the specification source line for Ada, and by the body source"
1120-
& " for C/C++.",
1118+
"Experimental feature: restrict coverage analysis to specific"
1119+
& " subprograms designated by the specification source line for"
1120+
& " Ada, or to specific functions designated by the definition"
1121+
& " source line for C/C++.",
11211122
Commands => (Cmd_Coverage => True, others => False),
11221123
Internal => False),
11231124
Opt_Scenario_Var => Create

0 commit comments

Comments
 (0)