File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments