Skip to content

Commit

Permalink
Add skipped "launchcheck" command in example
Browse files Browse the repository at this point in the history
The example command for `wp launchcheck secure` was missing the `launchcheck` part.
  • Loading branch information
TheLastCicada authored Aug 20, 2018
1 parent d5471b9 commit 64d1023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/commands/launchcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 64d1023

Please sign in to comment.