Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Aug 27, 2024
1 parent 683826b commit 0bc6890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/mctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ mctl is a CLI utility to interact with metal toolbox services
* [mctl get](mctl_get.md) - Get resource
* [mctl install](mctl_install.md) - Install actions
* [mctl list](mctl_list.md) - List resources
* [mctl power](mctl_power.md) - Execute server/bmc power, set next-boot commands: [on|off|cycle|reset|soft|status|bmc-reset]
* [mctl power](mctl_power.md) - Execute server/bmc power, set next-boot commands: [on|off|cycle|reset|soft|status|bmc-reset|boot-pxe-persistent]
* [mctl version](mctl_version.md) - Print mctl version

4 changes: 2 additions & 2 deletions docs/mctl_power.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## mctl power

Execute server/bmc power, set next-boot commands: [on|off|cycle|reset|soft|status|bmc-reset]
Execute server/bmc power, set next-boot commands: [on|off|cycle|reset|soft|status|bmc-reset|boot-pxe-persistent]

```
mctl power -s SERVER [flags]
Expand All @@ -11,7 +11,7 @@ mctl power -s SERVER [flags]
### Options

```
--action string run a server power action [on|off|cycle|reset|soft|status|bmc-reset]
--action string run a server power action [on|off|cycle|reset|soft|status|bmc-reset|boot-pxe-persistent]
--action-status Query the last power action status/response
-h, --help help for power
-s, --server string [required] ID of the server
Expand Down

0 comments on commit 0bc6890

Please sign in to comment.