From 157f22c701554919a7aa72b76882e838a522faa9 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Mon, 28 Feb 2022 23:02:59 +0300 Subject: Apply suggestions from code review --- claim/README.md | 4 ++-- 1 file 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 -- cgit v1.2.3