diff options
| author | Ross Zurowski <ross@rosszurowski.com> | 2021-04-27 10:09:48 -0400 |
|---|---|---|
| committer | Ross Zurowski <ross@rosszurowski.com> | 2021-04-27 10:09:48 -0400 |
| commit | 77ce8fb1b0846a5cfd73bdfccadf5eab9f5e8633 (patch) | |
| tree | 7aebb906cdc500f1d64b1b639d6de4cb2efebc85 | |
| parent | 5ecc7c7200bda43f02f9a04fb684ad4f3614c48a (diff) | |
| download | tailscale-rosszurowski/cli-fix-typo.tar.xz tailscale-rosszurowski/cli-fix-typo.zip | |
cmd/tailscale: fix typo in error messagerosszurowski/cli-fix-typo
Signed-off-by: Ross Zurowski <ross@rosszurowski.com>
| -rw-r--r-- | cmd/tailscale/cli/up.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tailscale/cli/up.go b/cmd/tailscale/cli/up.go index c53ce0946..787711052 100644 --- a/cmd/tailscale/cli/up.go +++ b/cmd/tailscale/cli/up.go @@ -510,7 +510,7 @@ func updateMaskedPrefsFromUpFlag(mp *ipn.MaskedPrefs, flagName string) { const accidentalUpPrefix = "Error: changing settings via 'tailscale up' requires mentioning all\n" + "non-default flags. To proceed, either re-run your command with --reset or\n" + - "specify use the command below to explicitly mention the current value of\n" + + "use the command below to explicitly mention the current value of\n" + "all non-default settings:\n\n" + "\ttailscale up" |
