We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d371b59 commit 71bc729Copy full SHA for 71bc729
java/CommonsCliExample.java renamed to java/CommonsCli/CommonsCliExample.java
@@ -1,6 +1,6 @@
1
//ref: https://commons.apache.org/proper/commons-cli/usage.html
2
//
3
-//usage:
+//usage:
4
//1. download commons-cli-${ver} package .zip or .tgz and unzip
5
//2. javac -classpath commons-cli-${ver}/commons-cli-$ver.jar CommonsCliExample.java
6
//3. java -classpath commons-cli-${ver}/commons-cli-$ver.jar CommonsCliExample
0 commit comments