Skip to content

Commit

Permalink
Document how to find required module arguments
Browse files Browse the repository at this point in the history
Closes #13.
  • Loading branch information
schierlm committed Jun 9, 2018
1 parent 620d0da commit e79c058
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public static void main(String[] args) throws Exception {
System.out.println("Usage:");
System.out.println("java -jar BibleMultiConverter.jar <ImportFormat> <ImportFile> <ExportFormat> [<ExportArgs>...]");
System.out.println("java -jar BibleMultiConverter.jar <Tool> [<ToolArgs>...]");
System.out.println();
System.out.println("To list the arguments supported/required by a tool or export format, use the help tool:");
System.out.println("java -jar BibleMultiConverter.jar help <ExportFormat/Tool>");
printModules("import formats", importFormats);
printModules("export formats", exportFormats);
printModules("versification formats", versificationFormats);
Expand Down

0 comments on commit e79c058

Please sign in to comment.