doc: fix shutdown

This commit is contained in:
Dan Bungert 2022-11-03 14:03:52 -06:00
parent fa351ed7bc
commit b62b9444b7
1 changed files with 2 additions and 2 deletions

View File

@ -507,11 +507,11 @@ Supported values are:
**default:** `reboot` **default:** `reboot`
**can be interactive:** no **can be interactive:** no
Request the system to shutdown or reboot automatically after the installation has finished. Request the system to poweroff or reboot automatically after the installation has finished.
Supported values are: Supported values are:
* `reboot` * `reboot`
* `shutdown` * `poweroff`
<a name="late-commands"></a> <a name="late-commands"></a>