We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735cc9c commit 8d6d122Copy full SHA for 8d6d122
1 file changed
src/main/java/org/apache/commons/cli/ParseTest.java
@@ -39,7 +39,7 @@ public static void main(String[] args) throws ParseException {
39
System.out.println(dtf.format(zdt));
40
}
41
if(cmd.hasOption("d")){
42
- System.out.println("hello from dockerhub :)");
+ System.out.println("hello from dockerhub 2 :)");
43
44
45
0 commit comments