Skip to content

Commit 48cb9b2

Browse files
committed
make
1 parent d7b26ad commit 48cb9b2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cli/testdata/coder_ssh_--help.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Start a shell into a workspace
1818
Specifies which identity agent to use (overrides $SSH_AUTH_SOCK),
1919
forward agent must also be enabled.
2020

21-
-l, --log-file string, $CODER_SSH_LOG_FILE
22-
Specify the location of an SSH diagnostic log file.
21+
-l, --log-dir string, $CODER_SSH_LOG_DIR
22+
Specify the directory containing SSH diagnostic log files.
2323

2424
--no-wait bool, $CODER_SSH_NO_WAIT
2525
Specifies whether to wait for a workspace to become ready before

docs/cli/ssh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Specifies whether to forward the GPG agent. Unsupported on Windows workspaces, b
3939

4040
Specifies which identity agent to use (overrides $SSH_AUTH_SOCK), forward agent must also be enabled.
4141

42-
### -l, --log-file
42+
### -l, --log-dir
4343

44-
| | |
45-
| ----------- | -------------------------------- |
46-
| Type | <code>string</code> |
47-
| Environment | <code>$CODER_SSH_LOG_FILE</code> |
44+
| | |
45+
| ----------- | ------------------------------- |
46+
| Type | <code>string</code> |
47+
| Environment | <code>$CODER_SSH_LOG_DIR</code> |
4848

49-
Specify the location of an SSH diagnostic log file.
49+
Specify the directory containing SSH diagnostic log files.
5050

5151
### --no-wait
5252

0 commit comments

Comments
 (0)