Skip to content
Snippets Groups Projects
Commit 894c6e34 authored by Rohith's avatar Rohith
Browse files

- fixing the missing quote typo

parent ae06d7df
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ GLOBAL OPTIONS:
--tls-cert the path to a certificate file used for enabled TLS for the service
--tls-private-key the path to the private key for TLS support
--scope [--scope option --scope option] a variable list of scopes requested when authenticating the user
--resource [--resource option --resource option] a list of resources 'uri=/admin|methods=GET|roles=role1,role2
--resource [--resource option --resource option] a list of resources 'uri=/admin|methods=GET|roles=role1,role2'
--signin-page a custom template under ./templates displayed for signin
--forbidden-page a custom template under ./templates used for access forbidden
--max-session "1h0m0s" if refresh sessions are enabled we can limit their duration via this
......
......@@ -81,7 +81,7 @@ func main() {
},
cli.StringSliceFlag{
Name: "resource",
Usage: "a list of resources 'uri=/admin|methods=GET|roles=role1,role2",
Usage: "a list of resources 'uri=/admin|methods=GET|roles=role1,role2'",
},
cli.StringFlag{
Name: "signin-page",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment