Skip to content

Commit b57bc87

Browse files
MAINT: Fix doc string for gcov-report
Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
1 parent c124e26 commit b57bc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spin/cmds/meson.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def _get_configured_command(command_name):
300300
"--gcov",
301301
is_flag=True,
302302
help="Enable C code coverage via `gcov`. `gcov` output goes to `build/**/*.gc*`. "
303-
"Reports can be generated using `spin test --generate-gcov-report *` command. "
303+
"Reports can be generated using `spin test --gcov-report *` command. "
304304
"See https://mesonbuild.com/howtox.html#producing-a-coverage-report",
305305
)
306306
@click.pass_context

0 commit comments

Comments
 (0)