We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101ac2a commit b7ca75fCopy full SHA for b7ca75f
pkg/commands/migrate.go
@@ -75,7 +75,7 @@ func newMigrateCommand(log logutils.Log, info BuildInfo) *migrateCommand {
75
"Overrides file format detection.\nIt can be 'yml', 'yaml', 'toml', 'json'."))
76
77
fs.BoolVar(&c.opts.skipValidation, "skip-validation", false,
78
- color.GreenString("Skip validating the configuration file on the JSONSchema of the v1."))
+ color.GreenString("Skip validation of the configuration file against the JSONSchema for v1."))
79
80
c.cmd = migrateCmd
81
0 commit comments