Skip to content

Commit 2029eec

Browse files
committed
Merge branch 'eyraud/fix_doc' into 'master'
Follow pattern convention in the --subprograms help message See merge request eng/cov/gnatcoverage!268 Ref: eng/cov/gnatcoverage#65
2 parents d441628 + 771168e commit 2029eec

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
@@ -1109,7 +1109,7 @@ package Command_Line is
11091109
Internal => False),
11101110
Opt_Subp_Of_Interest => Create
11111111
(Long_Name => "--subprograms",
1112-
Pattern => "<file>:<line>",
1112+
Pattern => "FILE:LINE",
11131113
Help =>
11141114
"Restrict coverage analysis to specific subprograms designated by"
11151115
& " the specification source line for Ada, and by the body source"

0 commit comments

Comments
 (0)