From de1ebee14fddef27d62ac9a6ab70116caf424071 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Mon, 25 Apr 2022 17:14:18 -0700 Subject: [PATCH] cmd/tailscale: s/-authkey/-auth-key/ in help text Signed-off-by: James Tucker (cherry picked from commit 928d1fddd2d147823eaeaaaa58ff8b943c7bcabf) --- cmd/tailscale/cli/up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tailscale/cli/up.go b/cmd/tailscale/cli/up.go index b96bd9013..aed8c18b2 100644 --- a/cmd/tailscale/cli/up.go +++ b/cmd/tailscale/cli/up.go @@ -52,7 +52,7 @@ down"). If flags are specified, the flags must be the complete set of desired settings. An error is returned if any setting would be changed as a result of an unspecified flag's default value, unless the --reset flag -is also used. (The flags --authkey, --force-reauth, and --qr are not +is also used. (The flags --auth-key, --force-reauth, and --qr are not considered settings that need to be re-specified when modifying settings.) `),