summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-09-05 16:04:45 +0300
committerPaul Buetow <paul@buetow.org>2021-09-05 16:04:45 +0300
commit8e4c7fd64f4e18126d00d52ae96a2c71c44ef0cb (patch)
tree172df2d8ff40dc04e04eb62637eae6bd8135bed6 /cmd
parentccb1fea7cad05e2143db91838c687fa80b7ca209 (diff)
-colorTable in combination with -debug prints whole sample paragraphs in
all color combinations.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dtail/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dtail/main.go b/cmd/dtail/main.go
index 6687538..b41e9bb 100644
--- a/cmd/dtail/main.go
+++ b/cmd/dtail/main.go
@@ -77,7 +77,7 @@ func main() {
version.Print()
if displayColorTable {
- color.TablePrintAndExit()
+ color.TablePrintAndExit(debugEnable)
}
ctx, cancel := context.WithCancel(context.Background())