From c88d8d047ad23ab90dabded52b7de3ed61d86f4e Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Mon, 22 Mar 2021 13:38:13 +0200 Subject: [PATCH] Update collate.ronn OPTIONS chapter has been updated to match the output from confetty -h --- confluent_client/doc/man/collate.ronn | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/confluent_client/doc/man/collate.ronn b/confluent_client/doc/man/collate.ronn index f50e3330..0133f85d 100644 --- a/confluent_client/doc/man/collate.ronn +++ b/confluent_client/doc/man/collate.ronn @@ -22,7 +22,7 @@ node and group names sorted alphanumerically. output suggests a large number of nodes are unreachable, abbreviate showing 'rack1' as being unreachable may make more obvious a possible cause. -* `-b`, `--base`: +* `-b BASE`, `--base=BASE`: Use given node as reference for comparison when using -d, instead of using the most common result @@ -44,16 +44,19 @@ node and group names sorted alphanumerically. * `-c`, `--count`: Print a count of the number of nodes in an output group under the - noderange. + noderange. - * `-r`, `--reverse`: - Rather than starting with most common to least common, start with - the least common and print the most common last. +* `-r`, `--reverse`: + Rather than starting with most common to least common, start with + the least common and print the most common last. -* `-l`, `--log`: +* `-l LOG`, `--log=LOG`: Save output per node to individual log files, replacing {node} in the name with the nodename of each +* `-h`, `--help`: + Show help message and exit + ## EXAMPLES * Organizing power state of multiple nodes: `# nodepower n1-n12 | collate`