Merge pull request #1179 from ajstiles/https-learn-more
Issue #1178 - Direct users to https url for manual
This commit is contained in:
commit
d3aa12218a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue