Improve generate usage

This commit is contained in:
Lunny Xiao 2021-05-17 13:08:36 +08:00
parent 44e75c2c71
commit 519f68a384
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
var (
Generate = &cli.Command{
Name: "generate",
Usage: "Generates a changelog",
Usage: "Generates a changelog for a special milestone",
Action: runGenerate,
}
labels = make(map[string]string)