Skip to content

Commit 6a6bb48

Browse files
committed
Removing the duplication 'version' option as pointed out by Andrew Kutz
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@651842 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3fc3de9 commit 6a6bb48

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/org/apache/commons/cli/ApplicationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public void testAnt() {
9090
options.addOption( "quiet", false, "be extra quiet" );
9191
options.addOption( "verbose", false, "be extra verbose" );
9292
options.addOption( "debug", false, "print debug information" );
93-
options.addOption( "version", false, "produce logging information without adornments" );
9493
options.addOption( "logfile", true, "use given file for log" );
9594
options.addOption( "logger", true, "the class which is to perform the logging" );
9695
options.addOption( "listener", true, "add an instance of a class as a project listener" );
@@ -128,4 +127,4 @@ public void testAnt() {
128127

129128
}
130129

131-
}
130+
}

0 commit comments

Comments
 (0)