Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 5, 2024
1 parent 5fedb69 commit a61de1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/cli/HelpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public function run(Arguments $arguments): int
{
print <<<'EOT'
Usage:
phpcov execute [options] <script>
phpcov merge [options] <directory with *.cov files>
phpcov path-coverage [options] <coverage file> <patch file>
phpcov execute [options] <script>
phpcov merge [options] <directory with *.cov files>
phpcov patch-coverage [options] <coverage file> <patch file>
Options for "phpcov execute":
Expand Down
6 changes: 3 additions & 3 deletions tests/end-to-end/help/help.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ var_dump((new SebastianBergmann\PHPCOV\Application)->run($_SERVER['argv']));
phpcov %s by Sebastian Bergmann.

Usage:
phpcov execute [options] <script>
phpcov merge [options] <directory with *.cov files>
phpcov path-coverage [options] <coverage file> <patch file>
phpcov execute [options] <script>
phpcov merge [options] <directory with *.cov files>
phpcov patch-coverage [options] <coverage file> <patch file>

Options for "phpcov execute":

Expand Down
6 changes: 3 additions & 3 deletions tests/end-to-end/help/help2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ var_dump((new SebastianBergmann\PHPCOV\Application)->run($_SERVER['argv']));
phpcov %s by Sebastian Bergmann.

Usage:
phpcov execute [options] <script>
phpcov merge [options] <directory with *.cov files>
phpcov path-coverage [options] <coverage file> <patch file>
phpcov execute [options] <script>
phpcov merge [options] <directory with *.cov files>
phpcov patch-coverage [options] <coverage file> <patch file>

Options for "phpcov execute":

Expand Down

0 comments on commit a61de1a

Please sign in to comment.