From dace4b2d2559906022c6e1ff32e7239857c5680f Mon Sep 17 00:00:00 2001 From: Nicanor Gutierrez Date: Wed, 10 Aug 2016 12:37:55 +0200 Subject: [PATCH] Fix typo in dexctl parameter --- Documentation/connectors-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/connectors-configuration.md b/Documentation/connectors-configuration.md index 0aa12c27..f00b47b1 100644 --- a/Documentation/connectors-configuration.md +++ b/Documentation/connectors-configuration.md @@ -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 ```