From 607d69b1e1d662c6e9aa88524bc77f15f0e58689 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Mon, 22 Mar 2021 13:47:04 +0200 Subject: [PATCH] Update nodesetboot.ronn Changes made for Option chapter: - updated -m command - added -h command Description chapter was updated --- confluent_client/doc/man/nodesetboot.ronn | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/confluent_client/doc/man/nodesetboot.ronn b/confluent_client/doc/man/nodesetboot.ronn index 2145eba7..203c7f12 100644 --- a/confluent_client/doc/man/nodesetboot.ronn +++ b/confluent_client/doc/man/nodesetboot.ronn @@ -2,8 +2,7 @@ nodesetboot(8) -- Check or set next boot device for noderange ==================================================== ## SYNOPSIS - -`nodesetboot ` + `nodesetboot [options] [default|cd|network|setup|hd|usb|floppy]` ## DESCRIPTION @@ -21,6 +20,8 @@ to use `nodesetboot setup` and then initiate a reboot from within the operating system with ssh or similar rather than using the remote hardware control. +Running the command with no target queries the current setting. + ## OPTIONS * `-b`, `--bios`: @@ -34,9 +35,12 @@ control. * `-u`, `--uefi`: This flag does nothing, it is for command compatibility with xCAT's rsetboot -* `-m`, `--maxnodes`: +* `-m MAXNODES`, `--maxnodes=MAXNODES`: Specify a maximum number of nodes to modify next boot device, prompting if over the threshold + +* `-h`, `--help`: + Show help message and exit * `default`: Request a normal default boot with no particular device override