We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 164051d + 0b7df65 commit aeee661Copy full SHA for aeee661
php/commands/help.php
@@ -15,11 +15,11 @@ class Help_Command extends EE_Command {
15
*
16
* ## EXAMPLES
17
18
- * # get help for `core` command
19
- * ee help core
+ * # get help for `site` command
+ * ee help site
20
21
- * # get help for `core download` subcommand
22
- * ee help core download
+ * # get help for `site create` subcommand
+ * ee help site create
23
*/
24
public function __invoke( $args, $assoc_args ) {
25
$r = EE::get_runner()->find_command_to_run( $args );
0 commit comments