Skip to content

Commit 06080d5

Browse files
brandonkellynicolas-grekas
authored andcommitted
Fixed filename in help text for update-data.php
1 parent cb09a19 commit 06080d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/bin/update-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
if ($argc > 3 || 2 === $argc && '-h' === $argv[1]) {
3838
bailout(<<<'MESSAGE'
39-
Usage: php update-icu-component.php <path/to/icu/source> <path/to/icu/build>
39+
Usage: php update-data.php <path/to/icu/source> <path/to/icu/build>
4040
4141
Updates the ICU data for Symfony to the latest version of ICU.
4242

0 commit comments

Comments
 (0)