diff --git a/pkg/cmd/auth/login/login.go b/pkg/cmd/auth/login/login.go index 653c9e6c0..f66257463 100644 --- a/pkg/cmd/auth/login/login.go +++ b/pkg/cmd/auth/login/login.go @@ -84,6 +84,8 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm Specifying %[1]sssh%[1]s for the git protocol will detect existing SSH keys to upload, prompting to create and upload a new key if one is not found. This can be skipped with %[1]s--skip-ssh-key%[1]s flag. + + Run %[1]sgh help scopes%[1]s to see information about auth scopes. `, "`"), Example: heredoc.Doc(` # Start interactive setup