From bd8a4571610ac6657a6d9b6d5eea1b46a25bc3a1 Mon Sep 17 00:00:00 2001 From: Anish Mookherjee <59157112+anishmo99@users.noreply.github.com> Date: Fri, 18 Sep 2020 10:22:18 +0530 Subject: [PATCH] Update command-line-syntax.md --- docs/command-line-syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/command-line-syntax.md b/docs/command-line-syntax.md index b7c359051..f1cddad26 100644 --- a/docs/command-line-syntax.md +++ b/docs/command-line-syntax.md @@ -2,11 +2,11 @@ ## Literal text -Use plain text for parts of the command that cannot be changed +Use plain text for parts of the command that cannot be changed. _example:_ `gh help` -The argument help is required in this command +The argument help is required in this command. ## Placeholder values @@ -14,7 +14,7 @@ Use angled brackets to represent a value the user must replace. No other express _example:_ `gh pr view ` -Replace `` with an issue number +Replace `` with an issue number. ## Optional arguments @@ -36,7 +36,7 @@ _example:_ ## Repeatable arguments -Ellipsis represent arguments that can appear multiple times +Ellipsis represent arguments that can appear multiple times. _example:_ `gh pr close ...`