aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-07 23:02:04 +0200
committerJakob Unterwurzacher2016-10-07 23:02:04 +0200
commit9b1a35174b11b321271f7cefb6af3ced90ebc2bb (patch)
tree881d6bb2a9362a299e56b570efbe152026e2a46f /main.go
parent14fd5ce598c4726a583019e627dc1720eaf6b788 (diff)
MANPAGE: note that "-f" implies "-nosyslog"
Also explain why AES-SIV exists.
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 047c056..ac412a6 100644
--- a/main.go
+++ b/main.go
@@ -287,7 +287,6 @@ func main() {
os.Stderr.Close()
os.Stdout.Close()
os.Stdin.Close()
-
}
// Send SIGUSR1 to our parent
sendUsr1(args.notifypid)