From dc2dc9f88ca918fa3d5a4ee5bd4261e70783cd83 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 12 Feb 2017 12:23:16 +0100 Subject: [PATCH] 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 --- masterkey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }