diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index d8db3c9aa..fabf40c76 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -61,7 +61,7 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command { Args: cobra.RangeArgs(0, 2), Example: heredoc.Doc(` $ gh browse - #=> Open current repository to the default branch + #=> Open the home page of the current repository $ gh browse 217 #=> Open issue or pull request 217