summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/args.go b/args.go
index 6ee6960..08fdd8a 100644
--- a/args.go
+++ b/args.go
@@ -15,6 +15,7 @@ import (
var args struct {
Display string `arg:"env:DISPLAY"`
+ TmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
VerboseDNS bool `arg:"--verbose-dns" help:"debug your dns settings"`
}