fix!: change dry-run alias to not conflict with debug

This commit is contained in:
decentral1se 2022-01-18 17:13:28 +01:00
parent 0e688f1407
commit 7a66a90ecb
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

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