Changed the CLI help for conformance with launcher script name.

This commit is contained in:
Pascal-Nicolas Becker
2014-09-29 13:28:41 +02:00
parent fc324dba54
commit 70c359f6bb

View File

@@ -758,7 +758,7 @@ public class RDFizer {
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 footer = "\nYou cannot use the options --convert-all, --identifiers " +
"or --stdout together with --delete or --delete-all.\n" +