summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/ext_skel.php4
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);