Skip to content

Commit

Permalink
Update examples in site commands (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar authored Feb 13, 2024
1 parent fd18772 commit e87a265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Site_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ public function activate( $args, $assoc_args ) {
* $ wp site deactivate 123
* Success: Site 123 deactivated.
*
* $ wp site deactivate --slug=demo
* Success: Site 123 marked as deactivated.
* $ wp site deactivate --slug=demo
* Success: Site 123 deactivated.
*/
public function deactivate( $args, $assoc_args ) {
if ( ! $this->check_site_ids_and_slug( $args, $assoc_args ) ) {
Expand Down

0 comments on commit e87a265

Please sign in to comment.