Skip to content

Commit 172feeb

Browse files
authored
Merge pull request cli#1784 from anishmo99/trunk
Update command-line-syntax.md
2 parents cb31713 + bd8a457 commit 172feeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/command-line-syntax.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## Literal text
44

5-
Use plain text for parts of the command that cannot be changed
5+
Use plain text for parts of the command that cannot be changed.
66

77
_example:_
88
`gh help`
9-
The argument help is required in this command
9+
The argument help is required in this command.
1010

1111
## Placeholder values
1212

1313
Use angled brackets to represent a value the user must replace. No other expressions can be contained within the angeled brackets.
1414

1515
_example:_
1616
`gh pr view <issue-number>`
17-
Replace `<issue-number>` with an issue number
17+
Replace `<issue-number>` with an issue number.
1818

1919
## Optional arguments
2020

@@ -36,7 +36,7 @@ _example:_
3636

3737
## Repeatable arguments
3838

39-
Ellipsis represent arguments that can appear multiple times
39+
Ellipsis represent arguments that can appear multiple times.
4040

4141
_example:_
4242
`gh pr close <pr-number>...`

0 commit comments

Comments
 (0)