Skip to content

Commit fe4bb9e

Browse files
committed
Update comment command examples
1 parent 2b5d5d5 commit fe4bb9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Comment_Command.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
* $ wp comment delete 1337 --force
2222
* Success: Deleted comment 1337.
2323
*
24-
* # Delete all spam comments.
24+
* # Trash all spam comments.
2525
* $ wp comment delete $(wp comment list --status=spam --format=ids)
26-
* Success: Deleted comment 264.
27-
* Success: Deleted comment 262.
26+
* Success: Trashed comment 264.
27+
* Success: Trashed comment 262.
2828
*
2929
* @package wp-cli
3030
*/

0 commit comments

Comments
 (0)