Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 790537c

Browse files
Clarify flag description
Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent 6bac0ba commit 790537c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ssh.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ func (r *RootCmd) ssh() *serpent.Command {
485485
{
486486
Flag: "ssh-host-prefix",
487487
Env: "CODER_SSH_SSH_HOST_PREFIX",
488-
Description: "Strip this prefix from the provided hostname to determine the workspace name.",
488+
Description: "Strip this prefix from the provided hostname to determine the workspace name. This is useful when used as part of an OpenSSH proxy command.",
489489
Value: serpent.StringOf(&hostPrefix),
490490
},
491491
{

0 commit comments

Comments
 (0)