update documentation on hidden sessions

This commit is contained in:
Dustin Kirkland 2011-01-03 10:57:56 -06:00
commit fcca9d0dcb

View file

@ -3,7 +3,10 @@
byobu\-select\-session \- select and connect to a byobu session
.SH DESCRIPTION
\fBbyobu\-select\-profile\fP is an application that lists the available screen sessions running on the system, and prompts the user to select one. If an invalid selection is chosen 3 times in a row, the user is connected to the youngest session. If only one session exists, the user is connected to that session. If no sessions exist, a new session is created.
\fBbyobu\-select\-session\fP is an application that lists the available screen sessions running on the system, and prompts the user to select one. If an invalid selection is chosen 3 times in a row, the user is connected to the youngest session. If only one session exists, the user is connected to that session. If no sessions exist, a new session is created.
Named sessions that begin with a "." are "hidden" from \fBbyobu\-select\-session\fP(1). This is useful, for instance, if you do not want a session to be automatically selected at login. Example:
byobu -S .hidden
.SH "SEE ALSO"
.PD 0