Skip to content

Commit 54bfe09

Browse files
authored
Update README.md
1 parent 6fb2b15 commit 54bfe09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,19 @@ Delete multiple object's records in a single run
111111

112112
Compare objects Metadata in source and target org
113113

114-
mvn exec:java -Dexec.mainClass="migrator.module.client.MetadataCompareExample" object1,object2 -pl datamigrator-module
114+
mvn exec:java -Dexec.mainClass="migrator.module.client.MetadataCompareExample" -Dexec.args="object1,object2" -pl datamigrator-module
115115

116116
## Usage (Given a set of objects, create a JSON mapping structure)
117117

118118
Given a set of objects, create a JSON mapping structure
119119

120-
mvn exec:java -Dexec.mainClass="migrator.module.client.GenerateMappingExample" object1,object2 -pl datamigrator-module
120+
mvn exec:java -Dexec.mainClass="migrator.module.client.GenerateMappingExample" -Dexec.args="object1,object2" -pl datamigrator-module
121121

122122
## Usage (Counts the number of records in source and target org)
123123

124124
Once migration has completed, you may want to compare the number of records in source and target org
125125

126-
mvn exec:java -Dexec.mainClass="migrator.module.client.ValidateExample" object1,object2 -pl datamigrator-module
126+
mvn exec:java -Dexec.mainClass="migrator.module.client.ValidateExample" -Dexec.args="object1,object2" -pl datamigrator-module
127127

128128

129129
# More Advanced Object Relationship JSON Mappings, Resources

0 commit comments

Comments
 (0)