From 7b0aa4e11c502d92a13f7f854d9c4ead81684c77 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 12 Oct 2023 12:43:07 -0700 Subject: [PATCH] Update v3-v4 doc on ssh --- v3-to-v4.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v3-to-v4.md b/v3-to-v4.md index 90bdee433..e4b9098f3 100644 --- a/v3-to-v4.md +++ b/v3-to-v4.md @@ -114,11 +114,13 @@ repo, rather than changing it after checkout. The `--change-permissions` flag is no longer supported. -### SSH: `--ssh` +### SSH: `--ssh` is optional (after v4.0.0) The old `--ssh` flag is no longer needed - the value of `--repo` determines when SSH is used. It is still accepted but does nothing. +NOTE: v4.0.0 still requires `--ssh` but all releases beyond that do not. + ### Manual: `--man` The new `--man` flag prints a man-page style help document and exits.