From 1676b39f84435b8db0da159c7ceb37e92b88a2bc Mon Sep 17 00:00:00 2001 From: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com> Date: Wed, 22 Jun 2022 19:29:59 -0400 Subject: [PATCH] align manpage with env_config.rb --- docs/Manpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index ffe4a55fe1..260ed22191 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2059,7 +2059,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
If set, always use a Homebrew-installed `git`(1) rather than the system version. Automatically set if the system version of `git` is too old. - `HOMEBREW_FORCE_BREWED_SSH` -
If set, always use a Homebrew-installed `openssh`(1) rather than the system version. +
If set, always use a Homebrew-installed `ssh`(1) rather than the system version. - `HOMEBREW_FORCE_VENDOR_RUBY`
If set, always use Homebrew's vendored, relocatable Ruby version even if the system version of Ruby is new enough.