refactor!: make dry-run flag more convenient

This commit is contained in:
decentral1se 2022-01-24 16:59:15 +01:00
parent 2493921ade
commit c0c3d9fe76
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ var PatchFlag = &cli.BoolFlag{
var Dry bool
var DryFlag = &cli.BoolFlag{
Name: "dry-run, dr",
Name: "dry-run, r",
Usage: "Only reports changes that would be made",
Destination: &Dry,
}