From 734c6ec74061dc24b1703a5544b23a9f9156f8aa Mon Sep 17 00:00:00 2001 From: Don Mendelson Date: Wed, 3 Feb 2021 11:49:37 -0600 Subject: [PATCH] [RepositoryValidator] javadoc for command line arguments is out of date #111 --- dsl-antlr/README.md | 2 +- interfaces/README.md | 2 +- repository-util/README.md | 2 +- .../fixprotocol/orchestra/repository/RepositoryValidator.java | 3 +-- repository/README.md | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dsl-antlr/README.md b/dsl-antlr/README.md index 2d151c73..81167ea3 100644 --- a/dsl-antlr/README.md +++ b/dsl-antlr/README.md @@ -19,6 +19,6 @@ The module may be included as a dependency in a Maven project as follows: io.fixprotocol.orchestra dsl-antlr - 1.5.0 + 1.6.10 ``` diff --git a/interfaces/README.md b/interfaces/README.md index 01b0c654..dbfb618f 100644 --- a/interfaces/README.md +++ b/interfaces/README.md @@ -14,6 +14,6 @@ In addition to providing the XML schema as a resource, this module builds Java b io.fixprotocol.orchestra interfaces - 1.5.0 + 1.6.10 ``` diff --git a/repository-util/README.md b/repository-util/README.md index 6ac1f901..0b9a25c0 100644 --- a/repository-util/README.md +++ b/repository-util/README.md @@ -49,6 +49,6 @@ This Maven module may be included as a dependency in a project as follows (subst io.fixprotocol.orchestra repository-util - 1.6.0 + 1.6.10 ``` diff --git a/repository-util/src/main/java/io/fixprotocol/orchestra/repository/RepositoryValidator.java b/repository-util/src/main/java/io/fixprotocol/orchestra/repository/RepositoryValidator.java index 73ee5ab5..4b6e8121 100644 --- a/repository-util/src/main/java/io/fixprotocol/orchestra/repository/RepositoryValidator.java +++ b/repository-util/src/main/java/io/fixprotocol/orchestra/repository/RepositoryValidator.java @@ -55,9 +55,8 @@ public static Builder builder() { * @param args command line arguments * *
+   * Usage: RepositoryValidator [options] <input-file>
    * -e <logfile> name of event log
-   * -v verbose logging
-   * -i <orchestrafile> name of input file; "-i" is optional
    *        
* * @throws Exception if the file to validate cannot be found, read, or parsed diff --git a/repository/README.md b/repository/README.md index 320c9f05..2026af5c 100644 --- a/repository/README.md +++ b/repository/README.md @@ -26,6 +26,6 @@ This Maven module may be included as a dependency in a project as follows (subst io.fixprotocol.orchestra repository - 1.6.0 + 1.6.10 ```