Skip to content

Commit

Permalink
Update generate command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Blaise committed Jan 11, 2021
1 parent d7e1757 commit 7bf3d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
// generateCmd represents the generate command
var generateCmd = &cobra.Command{
Use: "generate",
Short: "Generate ansible-playbook command for multiple inventories",
Short: "Generate ansible-playbook command",
Long: `
TODO`,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 7bf3d5e

Please sign in to comment.