aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-12 17:12:33 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-12 17:13:17 -0700
commit56cc9ac15ce63c81a64537d01ace890bd62b5e79 (patch)
treee00033e3c4dbd171758c690d0ae1d3902a0fd9d9 /docs
parentf2a8b4f1fbd47b6bb704c029c01fcaa606de3ffa (diff)
downloadvcpkg-56cc9ac15ce63c81a64537d01ace890bd62b5e79.tar.gz
vcpkg-56cc9ac15ce63c81a64537d01ace890bd62b5e79.zip
Make bootstrap.bat parameters match bootstrap.sh
Diffstat (limited to 'docs')
-rw-r--r--docs/about/privacy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/privacy.md b/docs/about/privacy.md
index 634393504..91d709372 100644
--- a/docs/about/privacy.md
+++ b/docs/about/privacy.md
@@ -10,7 +10,7 @@ We do collect telemetry data from usage of "vcpkg.exe". We explicitly ONLY colle
We collect the command line used, the time of invocation, and how long execution took. Some commands also add additional calculated information (such as the full set of libraries to install). We generate a completely random UUID on first use and attach it to each event.
In order to opt-out of data collection, you can re-run the boostrap script with the following flag, for Windows and Linux/OSX, respectively:
-```PS> .\bootstrap-vcpkg.bat -disableMetrics 1```
+```PS> .\bootstrap-vcpkg.bat -disableMetrics```
```~/$ ./bootstrap-vcpkg.sh -disableMetrics```