Skip to content

Commit

Permalink
main: suggest "-q" to suppress master key message
Browse files Browse the repository at this point in the history
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 #76
  • Loading branch information
rfjakob committed Feb 12, 2017
1 parent 357307c commit dc2dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masterkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit dc2dc9f

Please sign in to comment.