@@ -385,13 +385,12 @@ package Command_Line is
385
385
" Generate the adequate configuration to use gnatcov in integrated"
386
386
& " instrumentation mode. The files of interest must be passed"
387
387
& " through the --files switch, the compiler driver in used through"
388
- & " the --compilers switch, the runtime installation directory"
389
- & " through the --runtime-install-dir switch, and the configuration"
390
- & " and compiler driver wrappers are generated in the subdirectory"
391
- & " pointed by the --output-dir switch." ,
388
+ & " the --compilers switch, and the configuration and compiler"
389
+ & " driver wrappers are generated in the subdirectory pointed by"
390
+ & " the --output-dir switch." ,
392
391
Pattern =>
393
392
" --files=<files_of_interest> --compilers=<compiler>"
394
- & " --runtime-install-dir=<dir> [--output-dir=<dir>]" ,
393
+ & " [--output-dir=<dir>]" ,
395
394
Internal => True));
396
395
397
396
Bool_Infos : constant Bool_Option_Info_Array :=
@@ -1351,7 +1350,7 @@ package Command_Line is
1351
1350
Pattern => " NAME" ,
1352
1351
Help =>
1353
1352
" List of compiler drivers for which we should generate wrappers."
1354
- & " Supported compilers are: gcc." ,
1353
+ & " Supported compilers are: gcc, g++ ." ,
1355
1354
Commands => (others => True),
1356
1355
Internal => True)
1357
1356
);
0 commit comments