Skip to content

Commit

Permalink
Short desc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielingegneri committed Apr 13, 2021
1 parent c847358 commit 9d04eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ func init() {
}

var generateCmd = &cobra.Command{
Use: "generate",
Use: "generate",
Short: "Generates the neo-datasource.xml file that contains the Coldfusion datasources.",
Run: func(cmd *cobra.Command, args []string) {
generateXmlFile()
},
Expand Down

0 comments on commit 9d04eae

Please sign in to comment.