Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MVD CP-52334 multi-version driver API/CLI - fix typo
This fixes a typo in list of fields we show in the CLI.

Signed-off-by: Christian Lindig <[email protected]>
  • Loading branch information
Christian Lindig committed Jan 21, 2025
commit c6c775363939cbc8be704634181cb60b9256f1f4
2 changes: 1 addition & 1 deletion ocaml/xapi-cli-server/cli_operations.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ let gen_cmds rpc session_id =
; "driver-name"
; "name"
; "version"
; "priotory"
; "priority"
; "host-uuid"
; "driver-uuid"
; "active"
Expand Down