diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2018-01-05 07:30:45 +0100 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2018-01-05 07:30:45 +0100 |
commit | 2340f9a67d326261630937a086d3fe5c325c0433 (patch) | |
tree | 4cf7f69d831cfa3b9a162c12eddf3219cd032064 /ext/ext_skel.php | |
parent | 729a6688af366f995bd07ce94d825ed895a77d10 (diff) | |
download | php-git-2340f9a67d326261630937a086d3fe5c325c0433.tar.gz |
Fixed typo
Diffstat (limited to 'ext/ext_skel.php')
-rw-r--r-- | ext/ext_skel.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -<?php +<?php /* +----------------------------------------------------------------------+ | PHP Version 7 | @@ -36,7 +36,7 @@ function print_help() { printf(' --ext <name> The name of the extension defined as <name>%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 <name> Your name, this is used if --header is passed and%s', PHP_EOL); + printf(' --author <name> Your name, this is used if --std is passed and%s', PHP_EOL); printf(' for the CREDITS file%s', PHP_EOL); printf(' --dir <path> 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); |