diff --git a/confluent_client/bin/nodeconsole b/confluent_client/bin/nodeconsole index 294d9dd7..eb23def6 100755 --- a/confluent_client/bin/nodeconsole +++ b/confluent_client/bin/nodeconsole @@ -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() diff --git a/confluent_client/doc/man/nodeconsole.ronn b/confluent_client/doc/man/nodeconsole.ronn index 43092de2..3a3965c7 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 ` +`nodeconsole [options] ` ## 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