docs: rewording
This commit is contained in:
parent
9c8e6b63a6
commit
217d4bc2cc
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user