From c8166b7cceaa7357704fe820afaffef58a46ae6c Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Mon, 8 Mar 2021 10:14:17 +0200 Subject: [PATCH] Update nodersync.ronn OPTIONS section has updated to match the output from nodersync -h --- confluent_client/doc/man/nodersync.ronn | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/confluent_client/doc/man/nodersync.ronn b/confluent_client/doc/man/nodersync.ronn index 79cc1b76..170c3bab 100644 --- a/confluent_client/doc/man/nodersync.ronn +++ b/confluent_client/doc/man/nodersync.ronn @@ -12,10 +12,12 @@ noderange. This will present progress as percentage for all nodes. ## OPTIONS -* `-m`: - Specify maximum number of nodes for noderange max. - -* `-c`: +* `-c`, `-f`, `--count`: Specify how many rsync executions to do concurrently. If noderange exceeds the count, then excess nodes will wait until one of the - active count completes. + active count completes. + +* `-m`, `--maxnodes`: + Specify a maximum number of nodes to run rsync to, prompting if over the + threshold +