From 251b307bd7a008691e33d9a43a725301c8aea588 Mon Sep 17 00:00:00 2001 From: Tinashe Date: Tue, 14 Feb 2023 08:27:25 -0500 Subject: [PATCH] nodeconsole documentation: passthrough options --- confluent_client/doc/man/nodeconsole.ronn | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/confluent_client/doc/man/nodeconsole.ronn b/confluent_client/doc/man/nodeconsole.ronn index c9246e7f..73676b5c 100644 --- a/confluent_client/doc/man/nodeconsole.ronn +++ b/confluent_client/doc/man/nodeconsole.ronn @@ -2,7 +2,7 @@ nodeconsole(8) -- Open a console to a confluent node ===================================================== ## SYNOPSIS -`nodeconsole [options] ` +`nodeconsole [options] [-- [passthroughoptions]]` ## DESCRIPTION @@ -86,3 +86,14 @@ keystroke will be interpreted as a command. The following commands are availabl Get a list of supported commands * ``: Hit enter to skip entering a command at the escape prompt. + + +## PASSTHROUGH OPTIONS + +While opening a windowed console with xterm or any other console of choice. The +nodeconsole command gives capality to specify passthrough options targeted at +the console. All options after the -- will be parsed the console program. For +example, opening a windowed console using xterm with a black background. +`nodeconconsole -w n1 -- -bg black` + +