diff options
author | Jakob Unterwurzacher | 2016-10-07 23:02:04 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-07 23:02:04 +0200 |
commit | 9b1a35174b11b321271f7cefb6af3ced90ebc2bb (patch) | |
tree | 881d6bb2a9362a299e56b570efbe152026e2a46f /main.go | |
parent | 14fd5ce598c4726a583019e627dc1720eaf6b788 (diff) |
MANPAGE: note that "-f" implies "-nosyslog"
Also explain why AES-SIV exists.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -287,7 +287,6 @@ func main() { os.Stderr.Close() os.Stdout.Close() os.Stdin.Close() - } // Send SIGUSR1 to our parent sendUsr1(args.notifypid) |