internal/instance: Fix doc for boot.host_shutdown_action

Closes #1268

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2024-10-02 16:07:21 -04:00
parent 5ef1c28cba
commit 7f00f401ce
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -74,8 +74,10 @@ var InstanceConfigKeysAny = map[string]func(value string) error{
// gendoc:generate(entity=instance, group=boot, key=boot.host_shutdown_action)
// Action to take on host shut down
//
// Valid values are: `stop`, `force-stop` or `stateful-stop`
// ---
// type: integer
// type: string
// defaultdesc: stop
// liveupdate: yes
// shortdesc: What action to take on the instance when the host is shut down