Skip to content

Commit 1694ea2

Browse files
committed
Update text
1 parent 2f8d3a0 commit 1694ea2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/command-line-syntax.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Use plain text
66

77
_*example:*_
88
`gh help`
9-
help is a required argument in this command
9+
The argument help is required in this command
1010

1111
## Placeholder values
1212

13-
Use Angled brackets to represent text that you must supply
13+
Use angled brackets to represent text that a user must supply
1414

1515
_*example:*_
1616
`gh pr view <issueNumber>`
@@ -22,18 +22,18 @@ Place optional arguments in square brackets
2222

2323
_*example:*_
2424
`gh pr checkout [--web]`
25-
Replace `--web` is an optional argument
25+
The argument `--web` is optional.
2626

2727
## Mutually exclusive arguments
2828

29-
Place mutually exclusive arguments inside braces separated by a vertical bar.
29+
Place mutually exclusive arguments inside braces, separate arguments with vertical bars.
3030

3131
_*example:*_
3232
`gh pr {view | create}`
3333

3434
## Repeatable arguements
3535

36-
One or more arguments can replace arguments with ellipsis
36+
Ellipsis represent arguments that can appear multiple times
3737

3838
_*example:*_
3939
`gh pr close <numbers … >`

0 commit comments

Comments
 (0)