Skip to content

Commit

Permalink
[RepositoryValidator] javadoc for command line arguments is out of date
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Feb 3, 2021
1 parent 4592178 commit 734c6ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dsl-antlr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ The module may be included as a dependency in a Maven project as follows:
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>dsl-antlr</artifactId>
<version>1.5.0</version>
<version>1.6.10</version>
</dependency>
```
2 changes: 1 addition & 1 deletion interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ In addition to providing the XML schema as a resource, this module builds Java b
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>interfaces</artifactId>
<version>1.5.0</version>
<version>1.6.10</version>
</dependency>
```
2 changes: 1 addition & 1 deletion repository-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ This Maven module may be included as a dependency in a project as follows (subst
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>repository-util</artifactId>
<version>1.6.0</version>
<version>1.6.10</version>
</dependency>
```
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ public static Builder builder() {
* @param args command line arguments
*
* <pre>
* Usage: RepositoryValidator [options] &lt;input-file&gt;
* -e &lt;logfile&gt; name of event log
* -v verbose logging
* -i &lt;orchestrafile&gt; name of input file; "-i" is optional
* </pre>
*
* @throws Exception if the file to validate cannot be found, read, or parsed
Expand Down
2 changes: 1 addition & 1 deletion repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ This Maven module may be included as a dependency in a project as follows (subst
<dependency>
<groupId>io.fixprotocol.orchestra</groupId>
<artifactId>repository</artifactId>
<version>1.6.0</version>
<version>1.6.10</version>
</dependency>
```

0 comments on commit 734c6ec

Please sign in to comment.