refactor: make this flag more general

This commit is contained in:
decentral1se 2021-12-19 16:26:45 +01:00
parent 8f6e1de1a1
commit 59b80d5def
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ var CommitMessageFlag = &cli.StringFlag{
var Commit bool
var CommitFlag = &cli.BoolFlag{
Name: "commit",
Usage: "Commits compose.**yml file changes to recipe repository",
Usage: "Commit new changes",
Value: false,
Aliases: []string{"c"},
Destination: &Commit,