mirror of
https://github.com/yudai/gotty.git
synced 2026-01-29 12:46:11 +01:00
Mention --once option in README
This commit is contained in:
parent
bfa24e29f9
commit
6d1a19b1d5
2 changed files with 2 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -82,7 +82,7 @@ func main() {
|
|||
},
|
||||
cli.BoolFlag{
|
||||
Name: "once",
|
||||
Usage: "Accept only one client and exits on disconnection",
|
||||
Usage: "Accept only one client and exit on disconnection",
|
||||
EnvVar: "GOTTY_ONCE",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue