Skip to content

Commit

Permalink
Merge pull request #8 from AdamKobi/fix_typo
Browse files Browse the repository at this point in the history
fix link to manual
  • Loading branch information
AdamKobi committed Feb 17, 2021
2 parents e6e70cb + 43ed39d commit 65f8a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/command/root/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func rootHelpFunc(cs *iostreams.ColorScheme, command *cobra.Command, args []stri
}
helpEntries = append(helpEntries, helpEntry{"LEARN MORE", `
Use 'gh <command> <subcommand> --help' for more information about a command.
Read the manual at https://cli.github.com/manual`})
Read the manual at https://github.com/adamkobi/xt`})
if _, ok := command.Annotations["help:feedback"]; ok {
helpEntries = append(helpEntries, helpEntry{"FEEDBACK", command.Annotations["help:feedback"]})
}
Expand Down

0 comments on commit 65f8a37

Please sign in to comment.