File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments