Fixed filename in help text for update-data.php

This commit is contained in:
Brandon Kelly 2017-05-21 07:18:42 -07:00 committed by Nicolas Grekas
parent 5ae84a07cc
commit 50fdcd6c4f

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.