docs: rewording

This commit is contained in:
decentral1se 2021-12-19 23:59:20 +01:00
parent 9c8e6b63a6
commit 217d4bc2cc
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ var PatchFlag = &cli.BoolFlag{
var Dry bool
var DryFlag = &cli.BoolFlag{
Name: "dry-run",
Usage: "No changes are made, only reports changes that would be made",
Usage: "Only reports changes that would be made",
Value: false,
Aliases: []string{"d"},
Destination: &Dry,