Skip to content

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
nviennot committed Nov 16, 2019
1 parent f895fe0 commit 5e00bfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmate-session.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5e00bfa

Please sign in to comment.