Fix mistake in option naming.

This commit is contained in:
Andris Raugulis
2018-09-03 19:05:13 +03:00
parent 11a7d1b9cb
commit a050e961a8
+2 -2
View File
@@ -27,10 +27,10 @@ is also required.
Configuration file should be self-explanatory. Options can be overridden with Configuration file should be self-explanatory. Options can be overridden with
`GP_` prefixed respective environment variables, e.g., `GP_PASSWORD` will `GP_` prefixed respective environment variables, e.g., `GP_PASSWORD` will
override `username` option in configuration file. override `password` option in configuration file.
## known issues ## known issues
If `openconnect` returns with `ioctl` error, then this version has a bug, which 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 requires to prefix stdin input with a newline. Set `bug.nl=1` in configuration
file. file to work-around this issue.