File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 … > `
You can’t perform that action at this time.
0 commit comments