From 4b45c148c84670200d013f7945c930b0c853a0e2 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Wed, 16 Jun 2021 15:30:01 +0300 Subject: [PATCH] Update nodeconfig.ronn Updated the Syntax mismatch between usage output and man page SYNOPSIS Options -b settings.batch, --batch=settings.batch and -r COMPONENT, --restoredefault=COMPONENT were only shown as -b, --batch and -r, --restoredefault --- confluent_client/doc/man/nodeconfig.ronn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/nodeconfig.ronn b/confluent_client/doc/man/nodeconfig.ronn index 38fde734..cc9fe49f 100644 --- a/confluent_client/doc/man/nodeconfig.ronn +++ b/confluent_client/doc/man/nodeconfig.ronn @@ -27,7 +27,7 @@ actually be in effect until a reboot. If combined with `-x`, will show all differing values except those indicated by `-x` -* `-b`, `--batch`: +* `-b settings.batch`, `--batch=settings.batch`: Provide arguments as lines of a file, rather than the command line. * `-d`, `--detail`: @@ -47,7 +47,7 @@ actually be in effect until a reboot. Include advanced settings, which are normally not intended to be used without direction from the relevant server vendor. -* `-r`, `--restoredefault`: +* `-r COMPONENT`, `--restoredefault=COMPONENT`: Request that the specified component of the targeted nodes will have its configuration reset to default. Currently the only component implemented is uefi.