aboutsummaryrefslogtreecommitdiff
path: root/cmd/fscrypt/flags.go
diff options
context:
space:
mode:
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,
}
)