You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/11/15 17:08:32 UTC

svn commit: r836376 - /ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java

Author: jleroux
Date: Sun Nov 15 16:08:31 2009
New Revision: 836376

URL: http://svn.apache.org/viewvc?rev=836376&view=rev
Log:
Fixes/enhances the help description, from Cimballi's comment on user ML

Modified:
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java

Modified: ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java?rev=836376&r1=836375&r2=836376&view=diff
==============================================================================
--- ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java (original)
+++ ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java Sun Nov 15 16:08:31 2009
@@ -168,7 +168,7 @@
                     Debug.log("-component=[name] .... only load from a specific component");
                     Debug.log("-delegator=[name] .... use the defined delegator (default-no-eca", module);
                     Debug.log("-group=[name] ........ override the entity group (org.ofbiz)", module);
-                    Debug.log("-file=[path] ......... load a single from from location", module);
+                    Debug.log("-file=[path] ......... load a single file from location, several files separated by commas.", module);
                     Debug.log("-createfks ........... create dummy (placeholder) FKs", module);
                     Debug.log("-maintainTxs ......... maintain timestamps in data file", module);
                     Debug.log("-inserts ............. use mostly inserts option", module);