From bc0f0478c8bc96d300ba0914f9c2cf3529857147 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 6 Mar 2020 13:23:56 -0800 Subject: [PATCH] Update index.markdown --- index.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.markdown b/index.markdown index bd5aaee..d427095 100644 --- a/index.markdown +++ b/index.markdown @@ -12,9 +12,9 @@ base: . [Syncthing](https://syncthing.net/) has `STNOUPGRADE`, a config file setting for disabling crash reporting, and a GUI prompt for usage reporting. Google Cloud SDK CLI tools has `gcloud config set disable_usage_reporting true`. -.NET Core has `DOTNET_CLI_TELEMETRY_OPTOUT`. Netlify's CLI has `netlify --telemetry-disable`. -The AWS Serverless Application -Model CLI has `SAM_CLI_TELEMETRY=0`. The Microsoft Azure CLI has +.NET Core has `DOTNET_CLI_TELEMETRY_OPTOUT`. Netlify's CLI has +`netlify --telemetry-disable`. The AWS Serverless Application Model +CLI has `SAM_CLI_TELEMETRY=0`. The Microsoft Azure CLI has `AZURE_CORE_COLLECT_TELEMETRY=0`. You get the idea.