From 43b96a0fb38bdba56424c836f4e2f884d02629ce Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Mon, 13 May 2024 09:44:36 +0200 Subject: [PATCH] Rebase me: calrify vm-set-uefi-mode help Signed-off-by: Benjamin Reis --- ocaml/xapi-cli-server/cli_frontend.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/xapi-cli-server/cli_frontend.ml b/ocaml/xapi-cli-server/cli_frontend.ml index 42a4bec8408..13c695da5db 100644 --- a/ocaml/xapi-cli-server/cli_frontend.ml +++ b/ocaml/xapi-cli-server/cli_frontend.ml @@ -2672,7 +2672,7 @@ let rec cmdtable_data : (string * cmd_spec) list = , { reqd= ["uuid"; "mode"] ; optn= [] - ; help= "Set a VM in UEFI setup or user mode." + ; help= "Set a VM in UEFI 'setup' or 'user' mode." ; implementation= No_fd Cli_operations.vm_set_uefi_mode ; flags= [] }