minor #22831 Fixed filename in help text for update-data.php (brandonkelly)

This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #22831).

Discussion
----------

Fixed filename in help text for update-data.php

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

50fdcd6 Fixed filename in help text for update-data.php
This commit is contained in:
Nicolas Grekas 2017-05-21 19:28:42 +02:00
commit 602c34043c

View File

@ -36,7 +36,7 @@ $argv = $_SERVER['argv'];
if ($argc > 3 || 2 === $argc && '-h' === $argv[1]) {
bailout(<<<'MESSAGE'
Usage: php update-icu-component.php <path/to/icu/source> <path/to/icu/build>
Usage: php update-data.php <path/to/icu/source> <path/to/icu/build>
Updates the ICU data for Symfony to the latest version of ICU.