Skip to content

Commit

Permalink
Ẁrong option.
Browse files Browse the repository at this point in the history
  • Loading branch information
bar committed Dec 5, 2013
1 parent eb04bce commit 3e67a51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions en/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -691,9 +691,8 @@ make building subcommand parsers easier, as everything is an array::
)
));

Inside the parser spec, you can define keys for ``definition``,
``arguments``, ``options``, and ``epilog``. You cannot define
subcommands inside an array style builder. The values for
Inside the parser spec, you can define keys for ``arguments``, ``options``, ``description`` and ``epilog``. You cannot define
``subcommands`` inside an array style builder. The values for
arguments, and options, should follow the format that
:php:func:`ConsoleOptionParser::addArguments()` and :php:func:`ConsoleOptionParser::addOptions()`
use. You can also use buildFromArray on its own, to build an option parser::
Expand Down

0 comments on commit 3e67a51

Please sign in to comment.