From 4325ea28c51dff9b6bd4a3ea56b30ba65f04f64a Mon Sep 17 00:00:00 2001 From: Daniel Rocha Date: Sun, 6 Nov 2022 11:04:02 +0100 Subject: [PATCH] chore: add comment about printing the sync result --- cmd/htp/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/htp/main.go b/cmd/htp/main.go index 4ee28e4..23ada7e 100644 --- a/cmd/htp/main.go +++ b/cmd/htp/main.go @@ -61,6 +61,8 @@ func buildRootCommand() *cobra.Command { return err } + // Always print the result, it can be silenced by the user by + // redirecting the standard output to /dev/null. if offset { fmt.Printf("%+.3f\n", -model.Offset().Sec()) } else {