Skip to content

Commit c45e4db

Browse files
committed
code review
1 parent 01fadd4 commit c45e4db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func (r *RootCmd) ssh() *serpent.Command {
572572
{
573573
Flag: "hostname-suffix",
574574
Env: "CODER_SSH_HOSTNAME_SUFFIX",
575-
Description: "Strip this suffix from the provided hostname to determine the workspace name. This is useful when used as part of an OpenSSH proxy command. The suffix should be specified WITHOUT a leading . character.",
575+
Description: "Strip this suffix from the provided hostname to determine the workspace name. This is useful when used as part of an OpenSSH proxy command. The suffix must be specified without a leading . character.",
576576
Value: serpent.StringOf(&hostnameSuffix),
577577
},
578578
{

cli/testdata/coder_ssh_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OPTIONS:
2626
--hostname-suffix string, $CODER_SSH_HOSTNAME_SUFFIX
2727
Strip this suffix from the provided hostname to determine the
2828
workspace name. This is useful when used as part of an OpenSSH proxy
29-
command. The suffix should be specified WITHOUT a leading . character.
29+
command. The suffix must be specified without a leading . character.
3030

3131
--identity-agent string, $CODER_SSH_IDENTITY_AGENT
3232
Specifies which identity agent to use (overrides $SSH_AUTH_SOCK),

docs/reference/cli/ssh.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)