all: switch labels and intro to age-encryption.org/v1

This commit is contained in:
Filippo Valsorda
2019-12-27 17:13:20 +01:00
committed by Filippo Valsorda
parent c434eee6e8
commit 158b2ce899
6 changed files with 8 additions and 11 deletions
+2 -5
View File
@@ -202,9 +202,6 @@ func decrypt(keys []string, in io.Reader, out io.Writer) {
func logFatalf(format string, v ...interface{}) {
_log.Printf(format, v...)
_log.Printf("\n")
_log.Printf(" *** Did age not do what you expected? ***")
_log.Printf(" *** Could an error be more useful? ***")
_log.Printf(" *** -> https://age-tool.com/report <- ***")
_log.Fatalf("\n")
_log.Fatalf("[ Did age not do what you expected? Could an error be more useful?" +
" Tell us: https://filippo.io/age/report ]")
}