mirror of
https://github.com/yudai/gotty.git
synced 2026-01-01 23:28:49 +01:00
fix typo
This commit is contained in:
parent
f72b18052a
commit
eb200ce579
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -34,7 +34,7 @@ func main() {
|
|||
flag{"reconnect", "", "Enable reconnection"},
|
||||
flag{"reconnect-time", "", "Time to reconnect"},
|
||||
flag{"once", "", "Accept only one client and exit on disconnection"},
|
||||
flag{"permit-arguments", "", "Allow to send arguments like this http://exemple.com:8080/?arg=AAA&arg=BBB"},
|
||||
flag{"permit-arguments", "", "Allow to send arguments like this http://example.com:8080/?arg=AAA&arg=BBB"},
|
||||
}
|
||||
|
||||
mappingHint := map[string]string{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue