Skip to content

Commit

Permalink
Merge branch '7.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 19, 2018
2 parents f9abc79 + 2233afe commit a76792c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TextUI/Command.php
Expand Up @@ -1173,7 +1173,7 @@ protected function showHelp(): void
--include-path <path(s)> Prepend PHP's include_path with given path(s)
-d key[=value] Sets a php.ini value
--generate-configuration Generate configuration file with suggested settings
--cache-result-file==<FILE> Specify result cache path and filename
--cache-result-file=<file> Specify result cache path and filename
Miscellaneous Options:
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/help.phpt
Expand Up @@ -103,7 +103,7 @@ Configuration Options:
--include-path <path(s)> Prepend PHP's include_path with given path(s)
-d key[=value] Sets a php.ini value
--generate-configuration Generate configuration file with suggested settings
--cache-result-file==<FILE> Specify result cache path and filename
--cache-result-file=<file> Specify result cache path and filename

Miscellaneous Options:

Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/help2.phpt
Expand Up @@ -104,7 +104,7 @@ Configuration Options:
--include-path <path(s)> Prepend PHP's include_path with given path(s)
-d key[=value] Sets a php.ini value
--generate-configuration Generate configuration file with suggested settings
--cache-result-file==<FILE> Specify result cache path and filename
--cache-result-file=<file> Specify result cache path and filename

Miscellaneous Options:

Expand Down

0 comments on commit a76792c

Please sign in to comment.