summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-06 23:28:20 +0200
committerJakob Unterwurzacher2015-10-06 23:28:20 +0200
commit03502861ce9aaf3606b37b999d19ac25ccfbf06b (patch)
treec2d99c11804ad4dce4817f167545da7849e7b1dd
parent31e14936be171855c49edc0922bc109b5a1e4d65 (diff)
Reword help text
-rw-r--r--README.md2
-rw-r--r--gocryptfs_main/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1f26cf1..c9162b6 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ document.
Current Status
--------------
* First public release
-* Feature-Complete
+* Feature-complete
* Passes the xfstests "generic" tests
Install
diff --git a/gocryptfs_main/main.go b/gocryptfs_main/main.go
index 600b6ab..ac0b456 100644
--- a/gocryptfs_main/main.go
+++ b/gocryptfs_main/main.go
@@ -71,7 +71,7 @@ func main() {
flag.BoolVar(&zerokey, "zerokey", false, "Use all-zero dummy master key")
flag.BoolVar(&openssl, "openssl", true, "Use OpenSSL instead of built-in Go crypto")
flag.StringVar(&masterkey, "masterkey", "", "Mount with explicit master key")
- var cpuprofile = flag.String("cpuprofile", "", "write cpu profile to file")
+ var cpuprofile = flag.String("cpuprofile", "", "Write cpu profile to specified file")
flag.Parse()
if *cpuprofile != "" {