diff options
| author | Eric Biggers <ebiggers@google.com> | 2021-12-21 18:03:08 -0600 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2021-12-21 18:03:08 -0600 |
| commit | d6638ac45f6b6da373f7f724251aef03032915ad (patch) | |
| tree | 79e3609730e8f4d84169e75d724152af08fd4d6a /cmd | |
| parent | 9a8ce15408edae0c92128fd36f50dafa81013266 (diff) | |
README: write "Linux native filesystem encryption"
"Linux filesystem encryption" sounds too vague. Write "Linux native
filesystem encryption" instead.
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/fscrypt/strings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/strings.go b/cmd/fscrypt/strings.go index 20abbf9..cd51968 100644 --- a/cmd/fscrypt/strings.go +++ b/cmd/fscrypt/strings.go @@ -25,7 +25,7 @@ import ( "strings" ) -const shortUsage = "A tool for managing Linux filesystem encryption" +const shortUsage = "A tool for managing Linux native filesystem encryption" // Argument usage strings const ( |