Skip to content

Commit

Permalink
modified pty description
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaveva committed Oct 22, 2024
1 parent f48fad7 commit df4199e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public class SSHJNodeExecutorPlugin implements NodeExecutor, ProxySecretBundleCr
false, "false");

public static final Property ALWAYS_SET_PTY = PropertyUtil.bool(CONFIG_SET_PTY, "Force PTY",
"Always force use of new pty, enabling this option will suppress some logging",
"Always force use of new pty",
false, "false");

private SSHClient sshClient;
Expand Down

0 comments on commit df4199e

Please sign in to comment.