From 03502861ce9aaf3606b37b999d19ac25ccfbf06b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 6 Oct 2015 23:28:20 +0200 Subject: Reword help text --- gocryptfs_main/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gocryptfs_main') 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 != "" { -- cgit v1.2.3