From da0c83513a6f2d5e8be4a85dea4351f25f89afc1 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Tue, 2 Mar 2021 22:51:48 +0200 Subject: [PATCH] Update nodeshell.ronn Updated SYNOPSIS and OPTIONS chapters --- confluent_client/doc/man/nodeshell.ronn | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/confluent_client/doc/man/nodeshell.ronn b/confluent_client/doc/man/nodeshell.ronn index 6dc81ccb..c77165df 100644 --- a/confluent_client/doc/man/nodeshell.ronn +++ b/confluent_client/doc/man/nodeshell.ronn @@ -3,7 +3,7 @@ nodeshell(8) -- Execute command on many nodes in a noderange through ssh ## SYNOPSIS -`nodeshell [options] ` +`nodeshell [options] ` ## DESCRIPTION @@ -13,10 +13,20 @@ nodeattribexpressions(5). `nodeshell` provides stdout as stdout and stderr as stderr, unlike psh which combines all stdout and stderr into stdout. ## OPTIONS + +* `-c COUNT`, `-f COUNT`, `--count=COUNT` + Specify the maximum number of instances to run concurrently -* `-c`: - Specify the maximum number of instances to run concurrently. +* `-m MAXNODES`, `--maxnodes=MAXNODES` + Specify a maximum number of nodes to run remote ssh command to, prompting + if over the threshold + +* `-n`, `--nonodeprefix` + Do not prefix output with node names +* `-p PORT`, `--port=PORT` + Specify a custom port for ssh + ## EXAMPLES * Running `echo hi` on for nodes: