summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-02-28 23:02:59 +0300
committerGitHub <noreply@github.com>2022-02-28 23:02:59 +0300
commit157f22c701554919a7aa72b76882e838a522faa9 (patch)
tree777191419054d99a889d38590cfe0e4611110465
parent2fafa81a823aa96a737a371cc5bc09ecece43e74 (diff)
Apply suggestions from code reviewkickoke-kickstart-docs
-rw-r--r--claim/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/claim/README.md b/claim/README.md
index 2b07493758..4f68caab5e 100644
--- a/claim/README.md
+++ b/claim/README.md
@@ -585,13 +585,13 @@ If a Netdata Agent is running, the Space's administrator can connect a node usin
additional command line parameters:
```sh
--W "claim -token TOKEN -rooms=ROOM1,ROOM2"
+-W "claim -token=TOKEN -rooms=ROOM1,ROOM2"
```
For example:
```sh
-/usr/sbin/netdata -D -W "claim -token MYTOKEN1234567 -rooms=room1,room2"
+/usr/sbin/netdata -D -W "claim -token=MYTOKEN1234567 -rooms=room1,room2"
```
If need be, the user can override the Agent's defaults by providing additional arguments like those described