fixed example, further tests needed

This commit is contained in:
Marcel M. Otte 2013-12-31 16:57:11 +00:00
parent 2a966fb9c1
commit 8bd472c4a0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class Example {
// few among us... // few among us...
CmdOptions CmdOptions
.i() .i()
.createOption("name") .createOption("complex")
.addCommand("--complex") .addCommand("--complex")
// see above // see above
// yes you can omit a default parameter, but you have to // yes you can omit a default parameter, but you have to