From feffd5d03dc694ae32a730d5ff8ab5d58facc2b4 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 2 Oct 2016 01:39:29 +0200 Subject: [PATCH] Adds long description to the book command --- cmd/book.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/book.go b/cmd/book.go index 9e3a8b8..2c6ada8 100644 --- a/cmd/book.go +++ b/cmd/book.go @@ -25,8 +25,10 @@ var enablePointAndClick bool // bookCmd represents the book command var bookCmd = &cobra.Command{ Use: "book", - Short: "Generate library songbook", - Long: ``, + Short: "Generate target songbook", + Long: `Generates a songbook based on a target specified in the ponder +settings. If not all songs included in the target have been compiled, +these songs will be compiled as if the compile command had been called.`, Run: func(cmd *cobra.Command, args []string) { path, opts := getSettings() opts.KeepBookTemplate = opts.KeepBookTemplate || keepTemplate