Skip to content

Commit 2885681

Browse files
authored
Update Syntax-Concepts-and-Parser.md (#1003)
I believe option argument illustration here is meant to be on the numeric value 123 instead of on the option itself. --int-option is the option and 123 is the option argument.
1 parent 77b343a commit 2885681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Syntax-Concepts-and-Parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ An argument is a value passed to an option or command.
6868

6969
```console
7070
> myapp --int-option 123
71-
^----------^
72-
option argument
71+
^-^
72+
option argument
7373
7474
> myapp --int-option 123 "hello there"
7575
^-----------^

0 commit comments

Comments
 (0)