From 2a34388d096de80c0beca7456396635e4334e6f5 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 18 Jul 2018 11:02:12 -0400 Subject: [PATCH] Add -p to man page for nodepower --- confluent_client/doc/man/nodepower.ronn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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`