fix copy paste error

This commit is contained in:
Stephan Classen 2017-11-13 11:01:35 +01:00 committed by Stian Thorgersen
parent 79178fe8f1
commit 26130c3c3c

View file

@ -83,7 +83,7 @@ To enable a specific feature start the server with:
[source] [source]
---- ----
bin/standalone.sh|bat -Dkeycloak.profile.feature.<feature name>=disabled bin/standalone.sh|bat -Dkeycloak.profile.feature.<feature name>=enabled
---- ----
For example to enable Docker use `-Dkeycloak.profile.feature.docker=enabled`. For example to enable Docker use `-Dkeycloak.profile.feature.docker=enabled`.