Skip to content

Commit

Permalink
Update cmd/client/main.go
Browse files Browse the repository at this point in the history
make usage message more generic.

Co-authored-by: Ben Kochie <superq@gmail.com>
Signed-off-by: Kjetil Torgrim Homme <kjetil.homme@redpill-linpro.com>
  • Loading branch information
kjetilho and SuperQ authored Apr 26, 2023
1 parent a21a187 commit 470b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func main() {
coordinator := Coordinator{logger: logger}

if *myFqdn == "" {
level.Error(coordinator.logger).Log("msg", "automatic FQDN discovery failed. use --fqdn.")
level.Error(coordinator.logger).Log("msg", "Missing FQDN hostname, use --fqdn.")
os.Exit(1)
}
if *proxyURL == "" {
Expand Down

0 comments on commit 470b289

Please sign in to comment.