Author: jleroux
Date: Thu Dec 14 07:38:45 2017
New Revision: 1818093
URL:
http://svn.apache.org/viewvc?rev=1818093&view=revLog:
No functional change, warning about dashes
Modified:
ofbiz/ofbiz-framework/trunk/README.md
Modified: ofbiz/ofbiz-framework/trunk/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1818093&r1=1818092&r2=1818093&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Thu Dec 14 07:38:45 2017
@@ -328,6 +328,11 @@ Example:
`gradlew "ofbiz --load-data readers=seed,seed-initial,ext,ext-demo"`
+<span style="color:red">
+Beware that copying this command in Microsoft Word will automatically transform the double dash in en dashes (Unicode 0x2013: â)
+Other cases not related to Word were also reported.So when this command does not work check that you are using dash!
+text</span>
+
#### Load all OFBiz data
Loads all data sets; meant for initial loading of generic OFBiz data.