mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-20 17:47:51 +02:00
Rephrase
This commit is contained in:
parent
f895fe01b1
commit
5e00bfa5e1
@ -194,10 +194,10 @@ void tmate_session_start(void)
|
|||||||
tmate_set_val("foreground", "true");
|
tmate_set_val("foreground", "true");
|
||||||
tmate_info("To connect to the session locally, run: tmate -S %s attach", socket_path);
|
tmate_info("To connect to the session locally, run: tmate -S %s attach", socket_path);
|
||||||
} else {
|
} else {
|
||||||
cfg_add_cause("%s", "Tip: if you wish to use tmate for remote access, run tmate -F");
|
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: tmate show-messages");
|
cfg_add_cause("%s", "To see the following messages again, run in a tmate session: tmate show-messages");
|
||||||
cfg_add_cause("%s", "Press <Enter> to dismiss");
|
cfg_add_cause("%s", "Press <q> or <ctrl-c> to continue");
|
||||||
cfg_add_cause("%s", "-----------------------------------------------------");
|
cfg_add_cause("%s", "---------------------------------------------------------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
send_authorized_keys();
|
send_authorized_keys();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user