From 89cc49c4fc66043d7663f378840849e6defb6fce Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 24 Feb 2022 16:08:50 -0500 Subject: [PATCH] Add loginname to nodeshell man page --- confluent_client/doc/man/nodeshell.ronn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confluent_client/doc/man/nodeshell.ronn b/confluent_client/doc/man/nodeshell.ronn index 3f9a6be1..1d43a369 100644 --- a/confluent_client/doc/man/nodeshell.ronn +++ b/confluent_client/doc/man/nodeshell.ronn @@ -17,6 +17,9 @@ as stderr, unlike psh which combines all stdout and stderr into stdout. * `-c COUNT`, `-f COUNT`, `--count=COUNT` Specify the maximum number of instances to run concurrently +* `-l LOGINNAME`, `--loginname=LOGINNAME` + Username to use when connecting, defaults to current user. + * `-m MAXNODES`, `--maxnodes=MAXNODES` Specify a maximum number of nodes to run remote ssh command to, prompting if over the threshold