From aaf1fb8c94322f8268560d407a0212ba6b73a6da Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Mon, 22 Mar 2021 12:01:24 +0200 Subject: [PATCH 1/2] Update collective.ronn Changes made for Option chapter: - added -h command --- confluent_client/doc/man/collective.ronn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confluent_client/doc/man/collective.ronn b/confluent_client/doc/man/collective.ronn index 2c462c61..f5aaf0db 100644 --- a/confluent_client/doc/man/collective.ronn +++ b/confluent_client/doc/man/collective.ronn @@ -37,6 +37,9 @@ on circumstances. * `-i`: Provide the token as an argument rather than interactively. + +* `-h`, `--help`: + Show help message and exit ## EXAMPLES * Inviting a server called mgt2: From 7470d9b55c582a4639e11099e6381b8b3b61f2ac Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Mon, 22 Mar 2021 12:06:57 +0200 Subject: [PATCH 2/2] Update nodesupport.ronn Changes made for Option chapter: - updated -m command - added -h command --- confluent_client/doc/man/nodesupport.ronn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/nodesupport.ronn b/confluent_client/doc/man/nodesupport.ronn index bb4ebab3..1f0d7cf5 100644 --- a/confluent_client/doc/man/nodesupport.ronn +++ b/confluent_client/doc/man/nodesupport.ronn @@ -21,9 +21,12 @@ specific suffixes added to any file produced. ## OPTIONS -* `-m`, `--maxnodes`: +* `-m MAXNODES`, `--maxnodes=MAXNODES`: Specify a maximum number of nodes to download diagnostic data from, prompting - if over the threshold + if over the threshold + +* `-h`, `--help`: + Show help message and exit ## EXAMPLES