summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/args.go b/args.go
index 0f45f70..1c38249 100644
--- a/args.go
+++ b/args.go
@@ -12,11 +12,8 @@ import (
"go.wit.com/log"
)
- // GadgetDisplay string `arg:"env:DISPLAY"`
- // GadgetTmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
- // GadgetVerboseDNS bool `arg:"--verbose" help:"debug your dns settings"`
var args struct {
- TmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
+ TmpLog bool `arg:"--tmp-log" help:"automatically send STDOUT to /tmp"`
}
func init() {