[ntp] hide sys.ntp configuration

Signed-off-by: Leo Chen <leo@harmony.one>
pull/3394/head
Leo Chen 4 years ago
parent 6358379924
commit c960284293
  1. 1
      cmd/harmony/flags.go

@ -904,6 +904,7 @@ var (
Name: "sys.ntp",
Usage: "the ntp server",
DefValue: defaultConfig.Sys.NtpServer,
Hidden: true,
}
)

Loading…
Cancel
Save