mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-04-04 08:51:27 +00:00
Fix typos
- Fix the index for the addArgument example - Fix typo as to has Signed-off-by: Simon Rüegg <simon@rueggs.ch>
This commit is contained in:
@@ -43,7 +43,7 @@ public class CLIExamples {
|
||||
.setDescription("The source")
|
||||
.setArgName("source"))
|
||||
.addArgument(new Argument()
|
||||
.setIndex(0)
|
||||
.setIndex(1)
|
||||
.setDescription("The destination")
|
||||
.setArgName("target"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user