From 2aaa878683dc9a45f2584ffee24415332fd1db33 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Thu, 4 Apr 2024 17:07:30 +0545 Subject: [PATCH] Add missing OPTIONS heading in maintenance activate command --- README.md | 2 ++ src/MaintenanceModeCommand.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0907060..492ea0f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Activates maintenance mode. wp maintenance-mode activate [--force] ~~~ +**OPTIONS** + [--force] Force maintenance mode activation operation. diff --git a/src/MaintenanceModeCommand.php b/src/MaintenanceModeCommand.php index cc66d8f..e00454a 100644 --- a/src/MaintenanceModeCommand.php +++ b/src/MaintenanceModeCommand.php @@ -58,6 +58,8 @@ public function __construct() { /** * Activates maintenance mode. * + * ## OPTIONS + * * [--force] * : Force maintenance mode activation operation. *