Merge pull request #54 from rhoml/rhoml/documentation

Fix typo
This commit is contained in:
Jehiah Czebotar 2014-12-29 07:52:43 -05:00
commit 73953259da

View File

@ -116,7 +116,7 @@ The command line to run `google_auth_proxy` would look like this:
--google-apps-domain="yourcompany.com" \
--upstream=http://127.0.0.1:8080/ \
--cookie-secret=... \
--cookie-secure=true \
--cookie-https-only=true \
--client-id=... \
--client-secret=...
```