From 498dc411db7c70f2bbaca696e691a92dcd7b00ec Mon Sep 17 00:00:00 2001 From: Olivier CANO Date: Mon, 10 Feb 2020 18:32:01 +0100 Subject: [PATCH] docs(init): typo telemetry usage --- internal/namespaces/init/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/namespaces/init/init.go b/internal/namespaces/init/init.go index 587ee6c252..edcbad6598 100644 --- a/internal/namespaces/init/init.go +++ b/internal/namespaces/init/init.go @@ -194,7 +194,7 @@ func initCommand() *core.Command { if args.SendUsage == nil { _, _ = interactive.Println() _, _ = interactive.PrintlnWithoutIndent(` - To improve this tools we rely on diagnostic and usage data. + To improve this tool we rely on diagnostic and usage data. Sending such data is optional and can be disable at any time by running "scw config set send_usage false" `)