diff options
| author | Deepesh Pathak <deepshpathak@gmail.com> | 2018-09-02 01:17:27 +0530 |
|---|---|---|
| committer | Deepesh Pathak <deepshpathak@gmail.com> | 2018-09-02 01:17:27 +0530 |
| commit | f270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (patch) | |
| tree | f54c9498224727db334d2e9b2b5bc0707838da67 /cmd/fscrypt | |
| parent | 0f451a722918f39fa07bd9337e4a14ca154b13ae (diff) | |
feat(spell-check): add make command for spell check.
* Remove spelling mistakes in the repository
* Add travis script to check for typos.
* Add command to Makefile to check for typos.
* Fixes #71
Diffstat (limited to 'cmd/fscrypt')
| -rw-r--r-- | cmd/fscrypt/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/flags.go b/cmd/fscrypt/flags.go index 5137eff..a7992d3 100644 --- a/cmd/fscrypt/flags.go +++ b/cmd/fscrypt/flags.go @@ -210,7 +210,7 @@ var ( userFlag = &stringFlag{ Name: "user", ArgName: "USERNAME", - Usage: `Specifiy which user should be used for login passphrases + Usage: `Specify which user should be used for login passphrases or to which user's keyring keys should be provisioned.`, } protectorFlag = &stringFlag{ |