From 64d1023372fe1db9570b1fdab918b090032cd42f Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Mon, 20 Aug 2018 15:03:55 -0700 Subject: [PATCH] Add skipped "launchcheck" command in example The example command for `wp launchcheck secure` was missing the `launchcheck` part. --- php/commands/launchcheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/commands/launchcheck.php b/php/commands/launchcheck.php index 29cb3c9..09da091 100644 --- a/php/commands/launchcheck.php +++ b/php/commands/launchcheck.php @@ -152,7 +152,7 @@ public function object_cache($args, $assoc_args) { * * ## EXAMPLES * - * wp secure --skip=wp-content/themes + * wp launchcheck secure --skip=wp-content/themes * */ public function secure($args, $assoc_args) {