0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-10 02:10:38 +00:00

refactor: better description on commit-log

This commit is contained in:
Beatriz Vieira 2021-01-25 12:43:40 -03:00
parent 41be35e83d
commit 8b57bee97b

View File

@ -42,7 +42,7 @@ func main() {
{
Name: "commit-log",
Aliases: []string{"cl"},
Usage: "list all commit logs since last version as jsons",
Usage: "list all commit logs since last version or according with range as jsons",
Action: commitLogHandler(git, semverProcessor),
Flags: []cli.Flag{
&cli.StringFlag{Name: "t", Aliases: []string{"tag"}, Usage: "get commit log from a specific tag"},