Skip to content

Commit 932c9da

Browse files
committed
clean up inadvertently truncated help message
1 parent 7bd6fe9 commit 932c9da

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkg/cmd/codespace/ssh.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,16 +401,17 @@ func newConfigCmd(app *App, f *cmdutil.Factory) *cobra.Command {
401401
Long: heredoc.Doc(`
402402
The config command generates per-codespace ssh configuration in OpenSSH format.
403403
404-
Including this configuration in ~/.ssh/config improves the user experience of other
404+
Including this configuration in ~/.ssh/config improves the user experience of
405405
tools that integrate with OpenSSH, such as bash/zsh completion of ssh hostnames,
406406
remote path completion for scp/rsync/sshfs, git ssh remotes, and so on.
407407
408408
If -c/--codespace is specified, configuration is generated for that codespace
409409
only. Otherwise configuration is emitted for all available codespaces.
410410
411-
When generating configuration for all codespaces, ones that aren't in "Available"
412-
state are skipped because it's necessary to start the codespace to determine its
413-
remote ssh username. When generating configuration for a single codespace with '-c',
411+
When generating configuration for all codespaces, ones that aren't in
412+
"Available" state are skipped because it's necessary to start the codespace to
413+
determine its remote ssh username. However, when using '-c' to generate
414+
configuration for a single codespace, it will be started if necessary.
414415
`),
415416
Example: heredoc.Doc(`
416417
$ gh codespace config > ~/.ssh/codespaces

0 commit comments

Comments
 (0)