mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-161] Bulk metadata editing - remove some metadata from default exports (e.g. provenance information)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4232 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -202,7 +202,7 @@ public class MetadataExport
|
||||
|
||||
options.addOption("i", "id", true, "ID or handle of thing to export (item, collection, or community)");
|
||||
options.addOption("f", "file", true, "destination where you want file written");
|
||||
options.addOption("a", "all", false, "include all metadata fields that are not normally changed (e.g. handle, provenance)");
|
||||
options.addOption("a", "all", false, "include all metadata fields that are not normally changed (e.g. provenance)");
|
||||
options.addOption("h", "help", false, "help");
|
||||
|
||||
CommandLine line = null;
|
||||
|
Reference in New Issue
Block a user