diff options
author | Jakob Unterwurzacher | 2015-11-09 23:26:56 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-09 23:33:35 +0100 |
commit | e43733ca0d995a48324ef75c952cc6cf25000650 (patch) | |
tree | 456befd943162f91ee007bfb2d21598f0d966032 /main.go | |
parent | 51fcf61630905f5dc9370e18522cd0a6c086856d (diff) |
Also hide master key reminder with "-q"
Also fix missing newline after password prompt
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ func main() { fmt.Printf("Password: ") } currentPassword = readPassword() - cryptfs.Info.Printf("\nDecrypting master key... ") + cryptfs.Info.Printf("Decrypting master key... ") cryptfs.Warn.Disable() // Silence DecryptBlock() error messages on incorrect password key, cf, err = cryptfs.LoadConfFile(cfname, currentPassword) cryptfs.Warn.Enable() |