1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Christoph M. Becker
2019-01-10 12:07:29 +01:00
parent af59da2d41
commit 112c303735

View File

@@ -6,7 +6,7 @@ require "include/version.inc";
require "include/releases.inc";
if ($_SERVER['argc'] < 1) {
fwrite(STDERR, "Usgae: {$_SERVER['argv'][0]} major_version [ minor_version ]\n");
fwrite(STDERR, "Usage: {$_SERVER['argv'][0]} major_version [ minor_version ]\n");
exit(1);
}