docs: update sentence case
Co-authored-by: Kynan Ware <47394200+BagToad@users.noreply.github.com>
This commit is contained in:
parent
694e209142
commit
0e5f26449d
1 changed files with 5 additions and 5 deletions
|
|
@ -63,11 +63,11 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
|
|||
Long: heredoc.Doc(`
|
||||
Transition from the terminal to the web browser to view and interact with:
|
||||
|
||||
- issues
|
||||
- pull requests
|
||||
- repository content
|
||||
- repository profile
|
||||
- repository settings
|
||||
- Issues
|
||||
- Pull requests
|
||||
- Repository content
|
||||
- Repository profile
|
||||
- Repository settings
|
||||
`),
|
||||
Use: "browse [<number> | <path> | <commit-SHA>]",
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue