|
@@ -6,11 +6,11 @@
|
|
|
<description>Displays help for a command</description>
|
|
|
<help>The <info>help</info> command displays help for a given command:
|
|
|
|
|
|
- <info>./symfony help test:all</info>
|
|
|
+ <info>./symfony help list</info>
|
|
|
|
|
|
You can also output the help as XML by using the <comment>--xml</comment> option:
|
|
|
|
|
|
- <info>./symfony help --xml test:all</info></help>
|
|
|
+ <info>./symfony help --xml list</info></help>
|
|
|
<aliases>
|
|
|
<alias>?</alias>
|
|
|
</aliases>
|