Skip to content

Commit

Permalink
fix example code for 5. Main parameter #450
Browse files Browse the repository at this point in the history
hogejo authored and mkarg committed Nov 30, 2024
1 parent 4c0cfab commit 2b4c0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
@@ -599,7 +599,7 @@ will allow you to parse:

[source,bash]
----
$ java Main -debug file1 file2
$ java Main -debug 2 file1 file2
----

and the field files will receive the strings `"file1"` and `"file2"`.

0 comments on commit 2b4c0da

Please sign in to comment.