From eb200ce5792a422182482d3e85c01e2cba799141 Mon Sep 17 00:00:00 2001 From: Richard Metzler Date: Fri, 9 Oct 2015 11:15:18 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de41195..127db28 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ By default, GoTTY starts a web server at port 8080. Open the URL on your web bro --once Accept only one client and exit on disconnection [$GOTTY_ONCE] --config "~/.gotty" Config file path [$GOTTY_CONFIG] --version, -v print the version ---permit-arguments Allow to send arguments like this http://exemple.com:8080/?arg=AAA&arg=BBB +--permit-arguments Allow to send arguments like this http://example.com:8080/?arg=AAA&arg=BBB ``` diff --git a/main.go b/main.go index 50b8141..62ed399 100644 --- a/main.go +++ b/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{