Skip to content

Commit aeee661

Browse files
committed
Merge branch 'abhijitrakas-issue/1324-help-example' into develop
2 parents 164051d + 0b7df65 commit aeee661

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

php/commands/help.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ class Help_Command extends EE_Command {
1515
*
1616
* ## EXAMPLES
1717
*
18-
* # get help for `core` command
19-
* ee help core
18+
* # get help for `site` command
19+
* ee help site
2020
*
21-
* # get help for `core download` subcommand
22-
* ee help core download
21+
* # get help for `site create` subcommand
22+
* ee help site create
2323
*/
2424
public function __invoke( $args, $assoc_args ) {
2525
$r = EE::get_runner()->find_command_to_run( $args );

0 commit comments

Comments
 (0)