Skip to content

Commit 9267804

Browse files
committed
Update docs
1 parent 5cf6fb4 commit 9267804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/command-line-syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ _optional argument with placeholder:_
5151
`command sub-command [<arg>]`
5252

5353
_required argument with mutually exclusive options:_
54-
`command sub-command <{path | string}>`
54+
`command sub-command {<path> | <string> | literal}`
5555

5656
_optional argument with mutually exclusive options:_
57-
`command sub-command [{<path> | <string>}]`
57+
`command sub-command [<path> | <string>]`

0 commit comments

Comments
 (0)