From d96026ef5f694dace6b70514f5db457f34c4145a Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Fri, 5 Mar 2021 15:46:11 +0200 Subject: [PATCH] Update nodeeventlog.ronn OPTIONS section has been added to match the output from nodeeventlog -h --- confluent_client/doc/man/nodeeventlog.ronn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/confluent_client/doc/man/nodeeventlog.ronn b/confluent_client/doc/man/nodeeventlog.ronn index 69e78480..5c2e537c 100644 --- a/confluent_client/doc/man/nodeeventlog.ronn +++ b/confluent_client/doc/man/nodeeventlog.ronn @@ -11,6 +11,12 @@ nodeeventlog(8) -- Pull eventlog from confluent nodes `nodeeventlog` pulls and optionally clears the event log from the requested noderange. +## OPTIONS + +* `-m`, `--maxnodes`: + Specify a maximum number of nodes to clear if clearing log, prompting if + over the threshold + ## EXAMPLES * Pull the event log from n2 and n3: `# nodeeventlog n2,n3`