Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 602c340

Browse files
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
2 parents 5ae84a0 + 50fdcd6 commit 602c340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/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)