Skip to content

Commit

Permalink
Merge pull request #28 from ernilambar/fix/maintenance-mode-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Apr 4, 2024
2 parents 2e9845a + 2aaa878 commit a329a53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Activates maintenance mode.
wp maintenance-mode activate [--force]
~~~

**OPTIONS**

[--force]
Force maintenance mode activation operation.

Expand Down
2 changes: 2 additions & 0 deletions src/MaintenanceModeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public function __construct() {
/**
* Activates maintenance mode.
*
* ## OPTIONS
*
* [--force]
* : Force maintenance mode activation operation.
*
Expand Down

0 comments on commit a329a53

Please sign in to comment.