Skip to content

Commit 4153faf

Browse files
authored
Merge pull request #548 from wp-cli/fix-env-typo
Fix typo in troubleshooting.md
2 parents bee9829 + e67ccdd commit 4153faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you want to run WP-CLI remotely using SSH, it is required that the command `w
3333
* `WP_CLI_CONFIG_PATH` – Path to the global config.yml file. Default is `~/.wp-cli/config.yml`.
3434
* `WP_CLI_DISABLE_AUTO_CHECK_UPDATE` – Disable WP-CLI automatic checks for updates.
3535
* `WP_CLI_PACKAGES_DIR` – Directory to store packages installed through WP-CLI’s package management. Default is `* ~/.wp-cli/packages/`.
36-
* `WP_CLI_PHP – PHP` binary path to use when overriding the system default (only works for non-Phar installation).
36+
* `WP_CLI_PHP` – PHP binary path to use when overriding the system default (only works for non-Phar installation).
3737
* `WP_CLI_PHP_ARGS` – Arguments to pass to the PHP binary when invoking WP-CLI (only works for non-Phar installation).
3838
* `WP_CLI_SSH_PRE_CMD` – When using `--ssh=<ssh>`, perform a command before WP-CLI calls WP-CLI on the remote server.
3939
* `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.

0 commit comments

Comments
 (0)