diff --git a/src/Transient_Command.php b/src/Transient_Command.php index 9166935a..04c09074 100644 --- a/src/Transient_Command.php +++ b/src/Transient_Command.php @@ -36,6 +36,10 @@ * # Delete all transients. * $ wp transient delete --all * Success: 14 transients deleted from the database. + * + * # Delete all site transients. + * $ wp transient delete --all --network + * Success: 2 transients deleted from the database. */ class Transient_Command extends WP_CLI_Command {