From ace6544444793f02e45bb0fe18e312a43fe8f435 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:50:59 +0200 Subject: [PATCH] Update nodeattrib.ronn.tmpl Changes made for Option chapter: - updated -m command - added -h command --- confluent_client/doc/man/nodeattrib.ronn.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/confluent_client/doc/man/nodeattrib.ronn.tmpl b/confluent_client/doc/man/nodeattrib.ronn.tmpl index 00a99eea..55b1a4a9 100644 --- a/confluent_client/doc/man/nodeattrib.ronn.tmpl +++ b/confluent_client/doc/man/nodeattrib.ronn.tmpl @@ -53,10 +53,13 @@ See nodegroupattrib(8) command on how to manage attributes on a group level. Request interactive prompting to provide values rather than the command line or environment variables. -* `-m`, `--maxnodes`: +* `-m MAXNODES`, `--maxnodes=MAXNODES`: Prompt if trying to set attributes on more than specified number of nodes. +* `-h`, `--help`: + Show help message and exit + ## EXAMPLES * Listing matching nodes of a simple noderange: `# nodeattrib n1-n2`