diff --git a/confluent_client/doc/man/nodepower.ronn b/confluent_client/doc/man/nodepower.ronn index 8249c95b..2d8dd1b6 100644 --- a/confluent_client/doc/man/nodepower.ronn +++ b/confluent_client/doc/man/nodepower.ronn @@ -4,7 +4,7 @@ nodepower(8) -- Check or change power state of confluent nodes ## SYNOPSIS `nodepower ` -`nodepower [on|off|boot|shutdown|reset|status]` +`nodepower [-p] [on|off|boot|shutdown|reset|status]` ## DESCRIPTION @@ -26,6 +26,11 @@ respond. off will not react to this request. * `status`: Behave identically to having no argument passed at all. +## OPTIONS + +* `-p`, '--showprevious': + Show previous power state for all directives that may change power state. + ## EXAMPLES * Get power state of nodes n1 through n4: `# nodepower n1-n4`