summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ssh-and-tmux4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ssh-and-tmux b/bin/ssh-and-tmux
index 2d9f683d..3f25f43c 100755
--- a/bin/ssh-and-tmux
+++ b/bin/ssh-and-tmux
@@ -83,8 +83,8 @@ else
# We now die when ssh exits zero, so this feature may be obsolete.
echo -ne "\033]0;tmux $session on $display_host\007"
- prompt="Press any key to reconnect to tmux session $session on "
- prompt+="$display_host; d/C-d/C-c to give up .."
+ prompt="Press any key to (re-)connect to tmux session $session"
+ prompt+=" on $display_host; d/C-d/C-c to give up .."
while true; do
ssh -t "$host" "${cmd[*]}" && exit