]> granicus.if.org Git - php/commitdiff
Fixed typo
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 5 Jan 2018 06:30:45 +0000 (07:30 +0100)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 5 Jan 2018 06:30:45 +0000 (07:30 +0100)
ext/ext_skel.php

index bc4e0053217726abe9e033b72c85e84c3c06258c..b5e3aad0a9b18ce9098c1903789b8446b0095fd1 100644 (file)
@@ -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);