Reword help text

This commit is contained in:
Jakob Unterwurzacher 2015-10-06 23:28:20 +02:00
parent 31e14936be
commit 03502861ce
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ document.
Current Status
--------------
* First public release
* Feature-Complete
* Feature-complete
* Passes the xfstests "generic" tests
Install

View File

@ -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 != "" {