diff --git a/website/docs/source/v2/cli/ssh.html.md b/website/docs/source/v2/cli/ssh.html.md index 68685cbac..f910b324b 100644 --- a/website/docs/source/v2/cli/ssh.html.md +++ b/website/docs/source/v2/cli/ssh.html.md @@ -17,8 +17,7 @@ any arbitrary commands to do things such as reverse tunneling down into the ## Options * `-c COMMAND` or `--command COMMAND` - This executes a single SSH command, prints - out the stdout and stderr, and exits. stdin will not be functional on this - executed command. + out the stdout and stderr, and exits. * `-p` or `--plain` - This does an SSH without authentication, leaving authentication up to the user.