Skip to content

Commit 526501e

Browse files
committedMar 18, 2025·
Fix typo
1 parent 51e02b8 commit 526501e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ WP-CLI's behavior can be changed at runtime through the use of environment varia
366366
* `WP_CLI_CONFIG_PATH` - Path to the global `config.yml` file. Default is `~/.wp-cli/config.yml`.
367367
* `WP_CLI_CUSTOM_SHELL` - Allows the user to override the default `/bin/bash` shell used.
368368
* `WP_CLI_DISABLE_AUTO_CHECK_UPDATE` - Disable WP-CLI automatic checks for updates.
369-
* `WP_CLI_DOCKER_NO_TTY` - Ignore detected tty status and remove the `-tty` flag from `docker exec` when running WP-CLI against a docker container via ssh.
369+
* `WP_CLI_DOCKER_NO_TTY` - Ignore detected tty status and remove the `--tty` flag from `docker exec` when running WP-CLI against a docker container via ssh.
370370
* `WP_CLI_DOCKER_NO_INTERACTIVE` - Ignore detected tty status and remove the `--interactive` flag from `docker exec` when running WP-CLI against a docker container via ssh.
371371
* `WP_CLI_PACKAGES_DIR` - Directory to store packages installed through WP-CLI's package management. Default is `~/.wp-cli/packages/`.
372372
* `WP_CLI_PHP` - PHP binary path to use when overriding the system default (only works for non-Phar installation).

‎troubleshooting.md

+1-1
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_CUSTOM_SHELL` - Allows the user to override the default `/bin/bash` shell used.
3535
* `WP_CLI_DISABLE_AUTO_CHECK_UPDATE` - Disable WP-CLI automatic checks for updates.
36-
* `WP_CLI_DOCKER_NO_TTY` - Ignore detected tty status and remove the `-tty` flag from `docker exec` when running WP-CLI against a docker container via ssh.
36+
* `WP_CLI_DOCKER_NO_TTY` - Ignore detected tty status and remove the `--tty` flag from `docker exec` when running WP-CLI against a docker container via ssh.
3737
* `WP_CLI_DOCKER_NO_INTERACTIVE` - Ignore detected tty status and remove the `--interactive` flag from `docker exec` when running WP-CLI against a docker container via ssh.
3838
* `WP_CLI_PACKAGES_DIR` - Directory to store packages installed through WP-CLI's package management. Default is `~/.wp-cli/packages/`.
3939
* `WP_CLI_PHP` - PHP binary path to use when overriding the system default (only works for non-Phar installation).

0 commit comments

Comments
 (0)
Please sign in to comment.