A small application to manage Lilypond music repositories

Small update to command description

+1 -1
+1 -1
cmd/init.go
··· 38 38 39 39 // initCmd represents the init command 40 40 var initCmd = &cobra.Command{ 41 - Use: "init [name]", 41 + Use: "init [location]", 42 42 Short: "Initialize a Ponder Library", 43 43 Long: `Initialize (ponder init) will create a new library, with a ponder 44 44 settings file and corresponding git ignore file.