From 7f1e5d2302b8865a26b52dbf8f7f17908b82f01e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 13 Jul 2018 09:57:23 -0400 Subject: [PATCH] Add explanation of 'all' in nodeattrib man page --- confluent_client/doc/man/nodeattrib.ronn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/confluent_client/doc/man/nodeattrib.ronn b/confluent_client/doc/man/nodeattrib.ronn index 3bb81a64..9e974e76 100644 --- a/confluent_client/doc/man/nodeattrib.ronn +++ b/confluent_client/doc/man/nodeattrib.ronn @@ -22,6 +22,10 @@ For a full list of attributes, run `nodeattrib all` against a node. If `-c` is specified, this will set the nodeattribute to a null value. This is different from setting the value to an empty string. +If the word all is specified, then all available attributes are given. +Omitting any attribute name or the word 'all' will display only attributes +that are currently set. + For the `groups` attribute, it is possible to add a group by doing `groups,=` and to remove by doing `groups^=`