From 619c60533de2ea1f4f644d5c551e8b6d531f6dd0 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:13:03 +0200 Subject: [PATCH] Update noderun.ronn Changes made for Option chapter: - added -h command - updated -m command --- confluent_client/doc/man/noderun.ronn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/confluent_client/doc/man/noderun.ronn b/confluent_client/doc/man/noderun.ronn index cf0c6ac5..c86b254f 100644 --- a/confluent_client/doc/man/noderun.ronn +++ b/confluent_client/doc/man/noderun.ronn @@ -21,9 +21,12 @@ themselves, see nodeshell(8). * `-n`, `--nonodeprefix`: Do not prefix output with node names -* `-m`, `--maxnodes`: +* `-m MAXNODES`, `--maxnodes=MAXNODES`: Specify a maximum number of nodes to run the command with, prompting if over the threshold + +* `-h`, `--help`: + Show help message and exit ## EXAMPLES