ipn/ipnlocal: use double dash flag style

The Go style weirds people out so we try to stick to the more
well-known double hyphen style in docs.

Change-Id: Iad6db5c82cda37f6b7687eed7ecd9276f8fd94d6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/6561/head
Brad Fitzpatrick 1 year ago committed by Brad Fitzpatrick
parent 390d1bb871
commit 6d012547b6

@ -909,7 +909,7 @@ func (b *LocalBackend) setClientStatus(st controlclient.Status) {
if st.NetMap != nil {
if envknob.NoLogsNoSupport() && hasCapability(st.NetMap, tailcfg.CapabilityDataPlaneAuditLogs) {
msg := "tailnet requires logging to be enabled. Remove -no-logs-no-support from tailscaled command line."
msg := "tailnet requires logging to be enabled. Remove --no-logs-no-support from tailscaled command line."
health.SetLocalLogConfigHealth(errors.New(msg))
// Connecting to this tailnet without logging is forbidden; boot us outta here.
b.mu.Lock()

Loading…
Cancel
Save