mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Short options allows only a-zA-Z0-9 (bug #46359)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291076 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c347bdcffd
commit
6110e3b296
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
For example, an option string <literal>"x"</literal> recognizes an
|
||||
option <literal>-x</literal>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Only a-z, A-Z and 0-9 are allowed.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue