cmd/tailscale: fix typo in error message (#1807)

Signed-off-by: Ross Zurowski <ross@rosszurowski.com>
pull/1810/head
Ross Zurowski 3 years ago committed by GitHub
parent 5ecc7c7200
commit b062ac5e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save