aboutsummaryrefslogtreecommitdiff
path: root/masterkey.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-02-12 12:23:16 +0100
committerJakob Unterwurzacher2017-02-12 12:23:16 +0100
commitdc2dc9f88ca918fa3d5a4ee5bd4261e70783cd83 (patch)
tree1cc0a5876725898700490109e730b1ec130e4270 /masterkey.go
parent357307cbcfaafb2b22f01e780d717df1a3f8eb1b (diff)
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
Diffstat (limited to 'masterkey.go')
-rw-r--r--masterkey.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/masterkey.go b/masterkey.go
index c933669..d943745 100644
--- a/masterkey.go
+++ b/masterkey.go
@@ -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)
}