Skip to content

Commit 470b289

Browse files
kjetilhoSuperQ
andauthored
Update cmd/client/main.go
make usage message more generic. Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Kjetil Torgrim Homme <[email protected]>
1 parent a21a187 commit 470b289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/client/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func main() {
244244
coordinator := Coordinator{logger: logger}
245245

246246
if *myFqdn == "" {
247-
level.Error(coordinator.logger).Log("msg", "automatic FQDN discovery failed. use --fqdn.")
247+
level.Error(coordinator.logger).Log("msg", "Missing FQDN hostname, use --fqdn.")
248248
os.Exit(1)
249249
}
250250
if *proxyURL == "" {

0 commit comments

Comments
 (0)