···2525// bookCmd represents the book command
2626var bookCmd = &cobra.Command{
2727 Use: "book",
2828- Short: "Generate library songbook",
2929- Long: ``,
2828+ Short: "Generate target songbook",
2929+ Long: `Generates a songbook based on a target specified in the ponder
3030+settings. If not all songs included in the target have been compiled,
3131+these songs will be compiled as if the compile command had been called.`,
3032 Run: func(cmd *cobra.Command, args []string) {
3133 path, opts := getSettings()
3234 opts.KeepBookTemplate = opts.KeepBookTemplate || keepTemplate