mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
usr/share/man/man1/byobu.1: fix lintian warning about hyphen
This commit is contained in:
parent
153126ce97
commit
42e8ea22e9
2 changed files with 5 additions and 4 deletions
|
@ -88,10 +88,10 @@ User can also launch Byobu with unique window sets. Users can store these as \f
|
|||
|
||||
For example:
|
||||
$ cat ~/.byobu/windows.ssh_sessions
|
||||
screen -t localhost bash
|
||||
screen -t aussie ssh root@aussie
|
||||
screen -t beagle ssh root@beagle
|
||||
screen -t collie ssh root@collie
|
||||
screen \-t localhost bash
|
||||
screen \-t aussie ssh root@aussie
|
||||
screen \-t beagle ssh root@beagle
|
||||
screen \-t collie ssh root@collie
|
||||
$ BYOBU_WINDOWS=ssh_sessions byobu
|
||||
|
||||
.SH UNITS OF MEASURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue