main: suggest "-q" to suppress master key message

If the user has already saved the master key and is not
aware of "-q" the master key needlessly ends up in the terminal
buffer.

Closes https://github.com/rfjakob/gocryptfs/issues/76
This commit is contained in:
Jakob Unterwurzacher 2017-02-12 12:23:16 +01:00
parent 357307cbcf
commit dc2dc9f88c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Your master key is:
If the gocryptfs.conf file becomes corrupted or you ever forget your password,
there is only one hope for recovery: The master key. Print it to a piece of
paper and store it in a drawer.
paper and store it in a drawer. Use "-q" to suppress this message.
`, tlog.ColorGrey+hChunked+tlog.ColorReset)
}