Skip to content

Commit 5e00bfa

Browse files
committed
Rephrase
1 parent f895fe0 commit 5e00bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tmate-session.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ void tmate_session_start(void)
194194
tmate_set_val("foreground", "true");
195195
tmate_info("To connect to the session locally, run: tmate -S %s attach", socket_path);
196196
} else {
197-
cfg_add_cause("%s", "Tip: if you wish to use tmate for remote access, run tmate -F");
198-
cfg_add_cause("%s", "To see the following messages again, run: tmate show-messages");
199-
cfg_add_cause("%s", "Press <Enter> to dismiss");
200-
cfg_add_cause("%s", "-----------------------------------------------------");
197+
cfg_add_cause("%s", "Tip: if you wish to use tmate only for remote access, run: tmate -F");
198+
cfg_add_cause("%s", "To see the following messages again, run in a tmate session: tmate show-messages");
199+
cfg_add_cause("%s", "Press <q> or <ctrl-c> to continue");
200+
cfg_add_cause("%s", "---------------------------------------------------------------------");
201201
}
202202

203203
send_authorized_keys();

0 commit comments

Comments
 (0)