From 932c9da4736089180083cccc4e830512eb7982a7 Mon Sep 17 00:00:00 2001 From: Jason Lunz Date: Mon, 20 Dec 2021 12:39:00 -0700 Subject: [PATCH] clean up inadvertently truncated help message --- pkg/cmd/codespace/ssh.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkg/cmd/codespace/ssh.go b/pkg/cmd/codespace/ssh.go index 2c214668f..d8ee955f1 100644 --- a/pkg/cmd/codespace/ssh.go +++ b/pkg/cmd/codespace/ssh.go @@ -401,16 +401,17 @@ func newConfigCmd(app *App, f *cmdutil.Factory) *cobra.Command { Long: heredoc.Doc(` The config command generates per-codespace ssh configuration in OpenSSH format. - Including this configuration in ~/.ssh/config improves the user experience of other + Including this configuration in ~/.ssh/config improves the user experience of tools that integrate with OpenSSH, such as bash/zsh completion of ssh hostnames, remote path completion for scp/rsync/sshfs, git ssh remotes, and so on. If -c/--codespace is specified, configuration is generated for that codespace only. Otherwise configuration is emitted for all available codespaces. - When generating configuration for all codespaces, ones that aren't in "Available" - state are skipped because it's necessary to start the codespace to determine its - remote ssh username. When generating configuration for a single codespace with '-c', + When generating configuration for all codespaces, ones that aren't in + "Available" state are skipped because it's necessary to start the codespace to + determine its remote ssh username. However, when using '-c' to generate + configuration for a single codespace, it will be started if necessary. `), Example: heredoc.Doc(` $ gh codespace config > ~/.ssh/codespaces