mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
Changed the CLI help for conformance with launcher script name.
This commit is contained in:
@@ -758,7 +758,7 @@ public class RDFizer {
|
|||||||
|
|
||||||
protected static void usage(Options options)
|
protected static void usage(Options options)
|
||||||
{
|
{
|
||||||
String cliSyntax = "[dspace-bin]/bin/dspace rdf-converter [OPTIONS...]";
|
String cliSyntax = "[dspace-bin]/bin/dspace rdfizer [OPTIONS...]";
|
||||||
String header = "";
|
String header = "";
|
||||||
String footer = "\nYou cannot use the options --convert-all, --identifiers " +
|
String footer = "\nYou cannot use the options --convert-all, --identifiers " +
|
||||||
"or --stdout together with --delete or --delete-all.\n" +
|
"or --stdout together with --delete or --delete-all.\n" +
|
||||||
|
Reference in New Issue
Block a user