summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorJonathan Barda <jonathan.barda@gmail.com>2020-01-24 07:55:35 +0100
committerIlya Mashchenko <ilya@netdata.cloud>2020-01-24 09:55:35 +0300
commit6a3ad766bd48b7ee89fb14772a56b41d518cbd63 (patch)
tree38e0fbecfffdb27cc6f8238b925e42a51b277dde /packaging/installer/README.md
parent25f93c8354fd3d8288a9ce4bb860aaf9ddad24e1 (diff)
Fixed typo in README (#7843)
Changed `--disable telemetry` to `--disable-telemetry`
Diffstat (limited to 'packaging/installer/README.md')
-rw-r--r--packaging/installer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index bdc2965637..d1d810250f 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -71,7 +71,7 @@ The `kickstart.sh` script passes all its parameters to `netdata-installer.sh`, s
- `--dont-start-it`: Prevent the installer from starting Netdata automatically.
- `--stable-channel`: Automatically update only on the release of new major versions.
- `--nightly-channel`: Automatically update on every new nightly build.
-- `--disable telemetry`: Opt-out of [anonymous statistics](../../docs/anonymous-statistics.md) we use to make Netdata
+- `--disable-telemetry`: Opt-out of [anonymous statistics](../../docs/anonymous-statistics.md) we use to make Netdata
better.
- `--no-updates`: Prevent automatic updates of any kind.
- `--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.