diff --git a/README.md b/README.md index 8a06dbd9be..3205f5bb3c 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,7 @@ Otherwise it builds by default all stages, even the unnecessaries ones until it You can set the `--snapshotMode=` flag to set how kaniko will snapshot the filesystem. -* If `--snapshot=full` is set, the full file contents and metadata are considered when snapshotting. This is the least performant option, but also the most robust. +* If `--snapshotMode=full` is set, the full file contents and metadata are considered when snapshotting. This is the least performant option, but also the most robust. * If `--snapshotMode=redo` is set, the file mtime, size, mode, owner uid and gid will be considered when snapshotting. This may be up to 50% faster than "full", particularly if your project has a large number files.