Commit dace4b2d authored by Nicanor Gutierrez's avatar Nicanor Gutierrez Committed by GitHub

Fix typo in dexctl parameter

parent 0e94e762
......@@ -235,5 +235,5 @@ If the client requests the "groups" scope, the names of all returned entries are
To set a connectors configuration in dex, put it in some temporary file, then use the dexctl command to upload it to dex:
```
dexctl -db-url=$DEX_DB_URL set-connector-configs /tmp/dex_connectors.json
dexctl --db-url=$DEX_DB_URL set-connector-configs /tmp/dex_connectors.json
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment