From a050e961a86fa6a48c4d5e745d96ee16e215548b Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 3 Sep 2018 19:05:13 +0300 Subject: [PATCH] Fix mistake in option naming. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bb197a..981a343 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ is also required. Configuration file should be self-explanatory. Options can be overridden with `GP_` prefixed respective environment variables, e.g., `GP_PASSWORD` will -override `username` option in configuration file. +override `password` option in configuration file. ## known issues If `openconnect` returns with `ioctl` error, then this version has a bug, which requires to prefix stdin input with a newline. Set `bug.nl=1` in configuration -file. +file to work-around this issue.