From e67ccdd6ccca8c3053796a9535c2aab2f226f82f Mon Sep 17 00:00:00 2001 From: isla w Date: Tue, 26 Nov 2024 11:58:40 -0500 Subject: [PATCH] Fix typo in troubleshooting.md code block for `WP_CLI_PHP ` var wrongly included part of the description --- troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 2c226c10..d9640071 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -33,7 +33,7 @@ If you want to run WP-CLI remotely using SSH, it is required that the command `w * `WP_CLI_CONFIG_PATH` – Path to the global config.yml file. Default is `~/.wp-cli/config.yml`. * `WP_CLI_DISABLE_AUTO_CHECK_UPDATE` – Disable WP-CLI automatic checks for updates. * `WP_CLI_PACKAGES_DIR` – Directory to store packages installed through WP-CLI’s package management. Default is `* ~/.wp-cli/packages/`. -* `WP_CLI_PHP – PHP` binary path to use when overriding the system default (only works for non-Phar installation). +* `WP_CLI_PHP` – PHP binary path to use when overriding the system default (only works for non-Phar installation). * `WP_CLI_PHP_ARGS` – Arguments to pass to the PHP binary when invoking WP-CLI (only works for non-Phar installation). * `WP_CLI_SSH_PRE_CMD` – When using `--ssh=`, perform a command before WP-CLI calls WP-CLI on the remote server. * `WP_CLI_STRICT_ARGS_MODE` – Avoid ambiguity by telling WP-CLI to treat any arguments before the command as global, and after the command as local.