From 8bd472c4a0b9cf921b40f9d72ae6fba3d03e4266 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Tue, 31 Dec 2013 16:57:11 +0000 Subject: [PATCH] fixed example, further tests needed --- java/src/to/mmo/cmdlineoptions/examples/Example.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/to/mmo/cmdlineoptions/examples/Example.java b/java/src/to/mmo/cmdlineoptions/examples/Example.java index e9277dd..c0308e2 100644 --- a/java/src/to/mmo/cmdlineoptions/examples/Example.java +++ b/java/src/to/mmo/cmdlineoptions/examples/Example.java @@ -26,7 +26,7 @@ public class Example { // few among us... CmdOptions .i() - .createOption("name") + .createOption("complex") .addCommand("--complex") // see above // yes you can omit a default parameter, but you have to