docs: make chaos flag description more generic [ci skip]

This commit is contained in:
2023-10-04 01:34:53 +02:00
parent 54dc696c69
commit d11ad61efb

View File

@ -54,7 +54,7 @@ var Chaos bool
// ChaosFlag turns on/off chaos functionality.
var ChaosFlag = &cli.BoolFlag{
Name: "chaos, C",
Usage: "Deploy uncommitted recipes changes. Use with care!",
Usage: "Proceed with uncommitted recipes changes. Use with care!",
Destination: &Chaos,
}