File tree 2 files changed +5
-5
lines changed
src/Symfony/Component/Console/Command 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ protected function configure()
44
44
->setHelp (<<<EOF
45
45
The <info>help</info> command displays help for a given command:
46
46
47
- <info>./ app/console help list</info>
47
+ <info>php app/console help list</info>
48
48
49
49
You can also output the help as XML by using the <comment>--xml</comment> option:
50
50
51
- <info>./ app/console help --xml list</info>
51
+ <info>php app/console help --xml list</info>
52
52
EOF
53
53
);
54
54
}
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ protected function configure()
40
40
->setHelp (<<<EOF
41
41
8FA8
The <info>list</info> command lists all commands:
42
42
43
- <info>./ app/console list</info>
43
+ <info>php app/console list</info>
44
44
45
45
You can also display the commands for a specific namespace:
46
46
47
- <info>./ app/console list test</info>
47
+ <info>php app/console list test</info>
48
48
49
49
You can also output the information as XML by using the <comment>--xml</comment> option:
50
50
51
- <info>./ app/console list --xml</info>
51
+ <info>php app/console list --xml</info>
52
52
EOF
53
53
);
54
54
}
You can’t perform that action at this time.
0 commit comments