Skip to content

Commit 38aa151

Browse files
committed
Update CLI example to use underscore in command
Changed the example command from 'self-destruct' to 'self_destruct' in the class-cli.php file to reflect the correct command syntax.
1 parent 183e5da commit 38aa151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Cli extends \WP_CLI_Command {
2323
*
2424
* ## EXAMPLES
2525
*
26-
* $ wp activitypub self-destruct
26+
* $ wp activitypub self_destruct
2727
*
2828
* @param array|null $args The arguments.
2929
* @param array|null $assoc_args The associative arguments.

0 commit comments

Comments
 (0)