Merge pull request #1179 from ajstiles/https-learn-more

Issue #1178 - Direct users to https url for manual
This commit is contained in:
Nate Smith 2020-06-12 10:39:07 -05:00 committed by GitHub
commit d3aa12218a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ func rootHelpFunc(command *cobra.Command, args []string) {
}
helpEntries = append(helpEntries, helpEntry{"LEARN MORE", `
Use "gh <command> <subcommand> --help" for more information about a command.
Read the manual at http://cli.github.com/manual`})
Read the manual at https://cli.github.com/manual`})
if _, ok := command.Annotations["help:feedback"]; ok {
helpEntries = append(helpEntries, helpEntry{"FEEDBACK", command.Annotations["help:feedback"]})
}