Skip to content

Commit e847830

Browse files
authored
Merge pull request #111 from nikunj8866/109-document---network-flag-in-parent-command
2 parents b663d43 + c2bfde6 commit e847830

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Transient_Command.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
* # Delete all transients.
3737
* $ wp transient delete --all
3838
* Success: 14 transients deleted from the database.
39+
*
40+
* # Delete all site transients.
41+
* $ wp transient delete --all --network
42+
* Success: 2 transients deleted from the database.
3943
*/
4044
class Transient_Command extends WP_CLI_Command {
4145

0 commit comments

Comments
 (0)