We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0511c65 commit b059712Copy full SHA for b059712
tools/gnatcov/command_line.ads
@@ -1116,10 +1116,12 @@ package Command_Line is
1116
1117
String_List_Infos : constant String_List_Option_Info_Array :=
1118
(Opt_Log => Create
1119
- (Long_Name => "--log",
1120
- Pattern => "[GNATCOLL_TRACE_NAME]",
1121
- Help => "Enable logging for the given GNATCOLL trace name.",
1122
- Internal => True),
+ (Long_Name => "--log",
+ Pattern => "[GNATCOLL_TRACE_NAME]",
+ Help =>
+ "Enable logging for the given GNATCOLL trace name.",
1123
+ Internal => True,
1124
+ Accepts_Comma_Separator => True),
1125
Opt_Projects => Create
1126
(Long_Name => "--projects",
1127
Pattern => "[GPR|@LISTFILE]",
0 commit comments