Repository: syncope
Updated Branches:
  refs/heads/2_0_X fbeeecd3e -> 72a1f085d
  refs/heads/master a8827b524 -> e38c042d8


Fixing typo


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/72a1f085
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/72a1f085
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/72a1f085

Branch: refs/heads/2_0_X
Commit: 72a1f085d7e955d6d0f1bf893a67d7c43056fa3a
Parents: fbeeecd
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Mar 7 10:19:19 2017 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Mar 7 10:19:19 2017 +0100

----------------------------------------------------------------------
 .../reference-guide/workingwithapachesyncope/migration.adoc    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/72a1f085/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
----------------------------------------------------------------------
diff --git 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
index de351a9..aaa54cd 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
@@ -70,18 +70,18 @@ follows:
 
 .On GNU / Linux - Mac OS X
 ....
-./syncopeadm.sh migrate --conf /path/to/context.xml 
/dest/path/to/MasterContent.xml
+./syncopeadm.sh migrate --conf /path/to/content.xml 
/dest/path/to/MasterContent.xml
 ....
 
 .On Windows
 ....
-syncopeadm.bat migrate --conf \path\to\context.xml 
\dest\path\to\MasterContent.xml
+syncopeadm.bat migrate --conf \path\to\content.xml 
\dest\path\to\MasterContent.xml
 ....
 
 The result of this invocation is the generated `MasterContent.xml` file and 
possibly an output message such as the following:
 
 ....
-You are running: migrate --conf /path/to/context.xml 
/dest/path/to/MasterContent.xml
+You are running: migrate --conf /path/to/content.xml 
/dest/path/to/MasterContent.xml
 
 Virtual items, require manual intervention:
 <?xml version='1.0' encoding='UTF-8'?><dataset>

Reply via email to