Skip to content

Commit abd97df

Browse files
committed
fix
1 parent 9915cde commit abd97df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ func (r *RootCmd) workspaceAgent() *serpent.Command {
423423
Flag: "block-file-transfer",
424424
Default: "false",
425425
Env: "CODER_BLOCK_FILE_TRANSFER",
426-
Description: "Block file transfer using known applications: nc, rsync, scp, sftp",
426+
Description: "Block file transfer using known applications: nc, rsync, scp, sftp.",
427427
Value: serpent.BoolOf(&blockFileTransfer),
428428
},
429429
}

0 commit comments

Comments
 (0)