From b374d85b29ea95ae45a43daf70913ae4bad67d3c Mon Sep 17 00:00:00 2001 From: Buk Bukowski <38087302+bukowa@users.noreply.github.com> Date: Tue, 1 Nov 2022 22:37:16 +0100 Subject: [PATCH] Update Plugin_Command.php --- src/Plugin_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin_Command.php b/src/Plugin_Command.php index 9fe6eaac2..408297012 100644 --- a/src/Plugin_Command.php +++ b/src/Plugin_Command.php @@ -379,7 +379,7 @@ public function activate( $args, $assoc_args = array() ) { * [--all] * : If set, all plugins will be deactivated. * - * [--exclude=] + * [--exclude=] * : Comma separated list of plugin slugs that should be excluded from deactivation. * * [--network]