Inadvertently named the batch-input command 'run' rather than 'read'

This commit is contained in:
Mark H. Wood
2013-01-11 10:49:34 -05:00
parent 853d81d600
commit 7d16c10aa3

View File

@@ -216,7 +216,7 @@
</command>
<command>
<name>run</name>
<name>read</name>
<description>Execute a stream of 'dspace' commands from a file or pipe</description>
<step>
<class>org.dspace.app.launcher.CommandRunner</class>