From 11da1107b1e8edf450d265210ca5165f89940bad Mon Sep 17 00:00:00 2001 From: mposolda Date: Tue, 7 Jun 2016 18:54:53 +0200 Subject: [PATCH] Fix merge --- topics/export-import.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/export-import.adoc b/topics/export-import.adoc index a6dfa774f7..bd34df5d93 100755 --- a/topics/export-import.adoc +++ b/topics/export-import.adoc @@ -68,7 +68,7 @@ Other available options are: * SAME_FILE - All users will be exported to same file but different from the realm file. (The result will be a file like "foo-realm.json" with realm data and "foo-users.json" with users.) -Dkeycloak.migration.usersPerFile:: - This property can be used to specify the number of users per file (and also per DB transaction). It's 50 by default. + This property is used to specify the number of users per file (and also per DB transaction). It's 50 by default. It's used only if usersExportStrategy is DIFFERENT_FILES -Dkeycloak.migration.strategy::