summaryrefslogtreecommitdiff
path: root/cmd/dtailhealth
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-10 20:01:15 +0200
committerPaul Buetow <paul@buetow.org>2026-03-10 20:01:15 +0200
commit71e431af2e65196ad4e7bc3404e772b1726d3338 (patch)
tree935e3b1af7c5b0033caf13ea00cf9655686b6ec9 /cmd/dtailhealth
parentf6e23930da2900c43a5389a2e7d1e38d8221a76f (diff)
Introduce client runtime boundaries
Diffstat (limited to 'cmd/dtailhealth')
-rw-r--r--cmd/dtailhealth/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dtailhealth/main.go b/cmd/dtailhealth/main.go
index f1fbf6f..821684f 100644
--- a/cmd/dtailhealth/main.go
+++ b/cmd/dtailhealth/main.go
@@ -33,7 +33,7 @@ func main() {
flag.Parse()
if displayVersion {
- version.PrintAndExit()
+ version.PrintAndExit(false)
}
config.Setup(source.HealthCheck, &args, flag.Args())