@cryptotaxi247 / netdata-1 / commits / 6a3ad766b

Fixed typo in README (#7843)

Changed `--disable telemetry` to `--disable-telemetry`

Jonathan Barda committed Jan 24, 2020 at 07:55 UTC 6a3ad766bd48b7ee89fb14772a56b41d518cbd63
1 file changed +1 -1
packaging/installer/README.md
+1 -1
@@ -71,7 +71,7 @@ The `kickstart.sh` script passes all its parameters to `netdata-installer.sh`, s
71 - `--dont-start-it`: Prevent the installer from starting Netdata automatically.
72 - `--stable-channel`: Automatically update only on the release of new major versions.
73 - `--nightly-channel`: Automatically update on every new nightly build.
74 -- `--disable telemetry`: Opt-out of [anonymous statistics](../../docs/anonymous-statistics.md) we use to make Netdata
74 +- `--disable-telemetry`: Opt-out of [anonymous statistics](../../docs/anonymous-statistics.md) we use to make Netdata
75 better.
76 - `--no-updates`: Prevent automatic updates of any kind.
77 - `--local-files`: Used for offline installations. Pass four file paths: the Netdata tarball, the checksum file, the go.d plugin tarball, and the go.d plugin config tarball, to force kickstart run the process using those files.