Skip to content

Commit b7ca75f

Browse files
committed
review: rephrase
1 parent 101ac2a commit b7ca75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/migrate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func newMigrateCommand(log logutils.Log, info BuildInfo) *migrateCommand {
7575
"Overrides file format detection.\nIt can be 'yml', 'yaml', 'toml', 'json'."))
7676

7777
fs.BoolVar(&c.opts.skipValidation, "skip-validation", false,
78-
color.GreenString("Skip validating the configuration file on the JSONSchema of the v1."))
78+
color.GreenString("Skip validation of the configuration file against the JSONSchema for v1."))
7979

8080
c.cmd = migrateCmd
8181

0 commit comments

Comments
 (0)