We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db74ea0 + ab25406 commit d3aa122Copy full SHA for d3aa122
command/help.go
@@ -93,7 +93,7 @@ func rootHelpFunc(command *cobra.Command, args []string) {
93
}
94
helpEntries = append(helpEntries, helpEntry{"LEARN MORE", `
95
Use "gh <command> <subcommand> --help" for more information about a command.
96
-Read the manual at http://cli.github.com/manual`})
+Read the manual at https://cli.github.com/manual`})
97
if _, ok := command.Annotations["help:feedback"]; ok {
98
helpEntries = append(helpEntries, helpEntry{"FEEDBACK", command.Annotations["help:feedback"]})
99
0 commit comments