summaryrefslogtreecommitdiff
path: root/cmd/dgrep/main.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-15 09:04:40 +0300
committerPaul Buetow <paul@buetow.org>2021-10-15 09:04:40 +0300
commitc0332e8fa13f4939de17c856b2e71fd093847253 (patch)
treedbeb9c7f5f6ea99f0bb2afa806403f6a375c0db0 /cmd/dgrep/main.go
parent698fb76b98c46c677abe13fdc93afc6c4f38c39e (diff)
add dcat color output test
Diffstat (limited to 'cmd/dgrep/main.go')
-rw-r--r--cmd/dgrep/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/dgrep/main.go b/cmd/dgrep/main.go
index 3cbb3cc..602d318 100644
--- a/cmd/dgrep/main.go
+++ b/cmd/dgrep/main.go
@@ -59,9 +59,6 @@ func main() {
if displayVersion {
version.PrintAndExit()
}
- if !args.Spartan {
- version.Print()
- }
ctx, cancel := context.WithCancel(context.Background())
var wg sync.WaitGroup