Skip to content

Commit f0c7ac4

Browse files
committed
command_line.ads: make the --files option public
This option is meant to be user facing, and is even mentionned in the synopsis for the setup-integration command, so change it to not be an internal option.
1 parent 5ea4490 commit f0c7ac4

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
@@ -1296,7 +1296,7 @@ package Command_Line is
12961296
| Cmd_Instrument_Main
12971297
| Cmd_Setup_Integration => True,
12981298
others => False),
1299-
Internal => True),
1299+
Internal => False),
13001300

13011301
Opt_Shared_Object => Create
13021302
(Long_Name => "--shared-object",

0 commit comments

Comments
 (0)