From 87d00b744705068c6ae627bc6aa440d54873ddfb Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 11 Jul 2018 16:48:41 -0400 Subject: [PATCH] Fix typo in manpage for nodeattrib --- confluent_client/doc/man/nodeattrib.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/doc/man/nodeattrib.ronn b/confluent_client/doc/man/nodeattrib.ronn index 499ca023..10dff71e 100644 --- a/confluent_client/doc/man/nodeattrib.ronn +++ b/confluent_client/doc/man/nodeattrib.ronn @@ -23,7 +23,7 @@ If `-c` is specified, this will set the nodeattribute to a null valid. This is different from setting the value to an empty string. For the `groups` attribute, it is possible to add a group by doing -`groups,=`` and to remove by doing `groups^=` +`groups,=` and to remove by doing `groups^=` Note that `nodeattrib ` will likely not provide the expected behavior. See nodegroupattrib(8) command on how to manage attributes on a group level.