diff --git a/README.md b/README.md index 781a08b2..716e60ac 100644 --- a/README.md +++ b/README.md @@ -255,9 +255,9 @@ wp plugin install ... [--version=] [--force] [--ignore- If set, the command will overwrite any installed version of the plugin, without prompting for confirmation. -[--ignore-requirements] -:If set, the command will install the plugin while ignoring any WordPress or PHP version requirements -specified by the plugin authors. + [--ignore-requirements] + If set, the command will install the plugin while ignoring any WordPress or PHP version requirements + specified by the plugin authors. [--activate] If set, the plugin will be activated immediately after install. diff --git a/src/Plugin_Command.php b/src/Plugin_Command.php index 3a395b75..ef5b061f 100644 --- a/src/Plugin_Command.php +++ b/src/Plugin_Command.php @@ -1005,7 +1005,7 @@ class Plugin_Command extends CommandWithUpgrade { * for confirmation. * * [--ignore-requirements] - * :If set, the command will install the plugin while ignoring any WordPress or PHP version requirements + * : If set, the command will install the plugin while ignoring any WordPress or PHP version requirements * specified by the plugin authors. * * [--activate]