summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Viennot <nicolas@viennot.biz>2019-11-16 17:08:46 -0500
committerNicolas Viennot <nicolas@viennot.biz>2019-11-16 17:09:38 -0500
commit5e00bfa5e137e76c81888727712ced2b3fd99f5b (patch)
tree1a53bd7014775b643dec95ecf66d3cb1e26578a3
parentf895fe01b1ddd0f0dbd0d019c5f290c7650b7d3b (diff)
Rephrase2.4.0
-rw-r--r--tmate-session.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tmate-session.c b/tmate-session.c
index 02f25c14..62493278 100644
--- a/tmate-session.c
+++ b/tmate-session.c
@@ -194,10 +194,10 @@ void tmate_session_start(void)
tmate_set_val("foreground", "true");
tmate_info("To connect to the session locally, run: tmate -S %s attach", socket_path);
} else {
- cfg_add_cause("%s", "Tip: if you wish to use tmate for remote access, run tmate -F");
- cfg_add_cause("%s", "To see the following messages again, run: tmate show-messages");
- cfg_add_cause("%s", "Press <Enter> to dismiss");
- cfg_add_cause("%s", "-----------------------------------------------------");
+ cfg_add_cause("%s", "Tip: if you wish to use tmate only for remote access, run: tmate -F");
+ cfg_add_cause("%s", "To see the following messages again, run in a tmate session: tmate show-messages");
+ cfg_add_cause("%s", "Press <q> or <ctrl-c> to continue");
+ cfg_add_cause("%s", "---------------------------------------------------------------------");
}
send_authorized_keys();