From: Kalle Sommer Nielsen Date: Fri, 5 Jan 2018 06:30:45 +0000 (+0100) Subject: Fixed typo X-Git-Tag: php-7.3.0alpha1~690^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2340f9a67d326261630937a086d3fe5c325c0433;p=php Fixed typo --- diff --git a/ext/ext_skel.php b/ext/ext_skel.php index bc4e005321..b5e3aad0a9 100644 --- a/ext/ext_skel.php +++ b/ext/ext_skel.php @@ -1,4 +1,4 @@ - The name of the extension defined as %s', PHP_EOL); printf(' --experimental Passed if this extension is experimental, this creates%s', PHP_EOL); printf(' the EXPERIMENTAL file in the root of the extension%s', PHP_EOL); - printf(' --author Your name, this is used if --header is passed and%s', PHP_EOL); + printf(' --author Your name, this is used if --std is passed and%s', PHP_EOL); printf(' for the CREDITS file%s', PHP_EOL); printf(' --dir Path to the directory for where extension should be%s', PHP_EOL); printf(' created. Defaults to the directory of where this script%s', PHP_EOL);