Skip to content

Commit

Permalink
CliTester: removed .php from help
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 15, 2020
1 parent 1fbe486 commit 0bc8507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ at the command-line options:
> tester
Usage:
tester.php [options] [<test file> | <directory>]...
tester [options] [<test file> | <directory>]...
Options:
-p <path> Specify PHP interpreter to run (default: php).
Expand Down
2 changes: 1 addition & 1 deletion src/Runner/CliTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private function loadOptions(): CommandLine

$cmd = new CommandLine(<<<'XX'
Usage:
tester.php [options] [<test file> | <directory>]...
tester [options] [<test file> | <directory>]...
Options:
-p <path> Specify PHP interpreter to run (default: php).
Expand Down

0 comments on commit 0bc8507

Please sign in to comment.