From 9267804ef371dd695c88693cf0fda291aa0f7bc2 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 8 May 2020 11:44:30 -0700 Subject: [PATCH] Update docs --- docs/command-line-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/command-line-syntax.md b/docs/command-line-syntax.md index dc828961d..f931eec13 100644 --- a/docs/command-line-syntax.md +++ b/docs/command-line-syntax.md @@ -51,7 +51,7 @@ _optional argument with placeholder:_ `command sub-command []` _required argument with mutually exclusive options:_ -`command sub-command <{path | string}>` +`command sub-command { | | literal}` _optional argument with mutually exclusive options:_ -`command sub-command [{ | }]` +`command sub-command [ | ]`