summaryrefslogtreecommitdiff
path: root/gocryptfs_main/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'gocryptfs_main/main.go')
-rw-r--r--gocryptfs_main/main.go2
1 files changed, 1 insertions, 1 deletions
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 != "" {