2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Update nodeconsole man page for tiling

This commit is contained in:
Jarrod Johnson 2018-12-04 10:41:50 -05:00
parent 5eef76f5d3
commit 5e15ae8e30
2 changed files with 7 additions and 3 deletions

View File

@ -35,8 +35,6 @@ argparser = optparse.OptionParser(
"console")
argparser.add_option('-t', '--tile', action='store_true', default=False,
help='Tile console windows in the terminal')
argparser.add_option('-m', '--mintime', action='store_true', default=False,
help='Minimum time to be open (pause for input if early exit)')
(options, args) = argparser.parse_args()
if len(args) != 1:
argparser.print_help()

View File

@ -2,7 +2,7 @@ nodeconsole(8) -- Open a console to a confluent node
=====================================================
## SYNOPSIS
`nodeconsole <node>`
`nodeconsole [options] <noderange>`
## DESCRIPTION
@ -16,6 +16,12 @@ will initiate an automatic retry interval that is randomized between 2 and 4 min
The reopen escape sequence below requests an immediate retry, as does connecting
a new session.
## OPTIONS
* `-t`, `--tile`:
Use tmux to arrange consoles of the given noderange into a tiled layout on
the terminal screen
## ESCAPE SEQUENCE COMMANDS
While connected to a console, a number of commands may be performed through escape