Skip to content

Commit 9ff7e57

Browse files
committed
command_line.ads: minor documentation fixes
1 parent e3dcc7a commit 9ff7e57

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tools/gnatcov/command_line.ads

+5-6
Original file line numberDiff line numberDiff line change
@@ -385,13 +385,12 @@ package Command_Line is
385385
"Generate the adequate configuration to use gnatcov in integrated"
386386
& " instrumentation mode. The files of interest must be passed"
387387
& " 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.",
392391
Pattern =>
393392
"--files=<files_of_interest> --compilers=<compiler>"
394-
& " --runtime-install-dir=<dir> [--output-dir=<dir>]",
393+
& " [--output-dir=<dir>]",
395394
Internal => True));
396395

397396
Bool_Infos : constant Bool_Option_Info_Array :=
@@ -1351,7 +1350,7 @@ package Command_Line is
13511350
Pattern => "NAME",
13521351
Help =>
13531352
"List of compiler drivers for which we should generate wrappers."
1354-
& " Supported compilers are: gcc.",
1353+
& " Supported compilers are: gcc, g++.",
13551354
Commands => (others => True),
13561355
Internal => True)
13571356
);

0 commit comments

Comments
 (0)