Skip to content

Commit

Permalink
Fix telnet Interactive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Oct 8, 2020
1 parent adc45e1 commit dd4dc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proto/telnet/telnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Execute(address string, password string, command string) (string, error) {
return console.Execute(command)
}

// DialInteractive parses commands from input reader, executes them on remote
// Interactive parses commands from input reader, executes them on remote
// server and writes responses to output writer. Password can be empty string.
// In this case password will be prompted in an interactive window.
func Interactive(r io.Reader, w io.Writer, address string, password string) error {
Expand Down

0 comments on commit dd4dc1c

Please sign in to comment.