Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc45e4db

Browse files
committed
code review
1 parent01fadd4 commitc45e4db

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 suffixshould be specifiedWITHOUT 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 suffixmust be specifiedwithout 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 suffixshould be specifiedWITHOUT a leading . character.
29+
command. The suffixmust be specifiedwithout 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 aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp