From fe4bb9e79cd1abf0ac4f1d0315bfe534cad2ed98 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Tue, 13 Feb 2024 11:29:07 +0545 Subject: [PATCH] Update comment command examples --- src/Comment_Command.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Comment_Command.php b/src/Comment_Command.php index cfe2b1a1..aa2846ca 100644 --- a/src/Comment_Command.php +++ b/src/Comment_Command.php @@ -21,10 +21,10 @@ * $ wp comment delete 1337 --force * Success: Deleted comment 1337. * - * # Delete all spam comments. + * # Trash all spam comments. * $ wp comment delete $(wp comment list --status=spam --format=ids) - * Success: Deleted comment 264. - * Success: Deleted comment 262. + * Success: Trashed comment 264. + * Success: Trashed comment 262. * * @package wp-cli */