Skip to content

Commit ab25406

Browse files
committed
Direct users to https url for manual
1 parent db74ea0 commit ab25406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/help.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func rootHelpFunc(command *cobra.Command, args []string) {
9393
}
9494
helpEntries = append(helpEntries, helpEntry{"LEARN MORE", `
9595
Use "gh <command> <subcommand> --help" for more information about a command.
96-
Read the manual at http://cli.github.com/manual`})
96+
Read the manual at https://cli.github.com/manual`})
9797
if _, ok := command.Annotations["help:feedback"]; ok {
9898
helpEntries = append(helpEntries, helpEntry{"FEEDBACK", command.Annotations["help:feedback"]})
9999
}

0 commit comments

Comments
 (0)