aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/flags.go
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-10-02 16:56:27 -0700
committerGitHub <noreply@github.com>2017-10-02 16:56:27 -0700
commit69536976b76d77818605a953fea8ee2c8234d5b7 (patch)
tree38a3d5d4f65988238c4affb22011f90beab9ad40 /cmd/fscrypt/flags.go
parentd6efd2ab463e82cc3a78860384f26d809bd76ce5 (diff)
parentc6568945adb69a3b7779c0f9e0e1f427d31209ab (diff)
Merge pull request #67 from google/sync
security: Sync filesystem before dropping caches
Diffstat (limited to 'cmd/fscrypt/flags.go')
-rw-r--r--cmd/fscrypt/flags.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/fscrypt/flags.go b/cmd/fscrypt/flags.go
index bb8de3d..5137eff 100644
--- a/cmd/fscrypt/flags.go
+++ b/cmd/fscrypt/flags.go
@@ -164,9 +164,9 @@ var (
dropCachesFlag = &boolFlag{
Name: "drop-caches",
Usage: `After purging the keys from the keyring, drop the
- inode and dentry cache for the purge to take effect.
- Without this flag, cached encrypted files may still have
- their plaintext visible. Requires root privileges.`,
+ associated caches for the purge to take effect. Without
+ this flag, cached encrypted files may still have their
+ plaintext visible. Requires root privileges.`,
Default: true,
}
)