Skip to content

Commit

Permalink
Rebase me: calrify vm-set-uefi-mode help
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Reis <[email protected]>
  • Loading branch information
benjamreis committed May 13, 2024
1 parent edd738a commit 43b96a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi-cli-server/cli_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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= []
}
Expand Down

0 comments on commit 43b96a0

Please sign in to comment.