Skip to content

Commit eef7fe2

Browse files
author
Christian Lindig
committed
MVD CP-52334 multi-version driver API/CLI - fix documentation
Fix documentation for select() method. Signed-off-by: Christian Lindig <[email protected]>
1 parent 56f7b74 commit eef7fe2

File tree

1 file changed

+2
-2
lines changed
  • doc/content/toolstack/features/MVD

1 file changed

+2
-2
lines changed

doc/content/toolstack/features/MVD/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ this is part of a host object.)
289289
up storage, creating resource pools and managing patches, high
290290
availability (HA) and workload balancing (WLB)"
291291

292-
* `select (self, version)`; select `version` of driver `self`. Selecting
293-
the version (a string) of an existing driver.
292+
* `select (self, variant)`; select `variant` of driver `self`. Selecting
293+
the variant (a reference) of an existing driver.
294294

295295
* `deselect(self)`: this driver can't be loaded next time the kernel is
296296
looking for a driver. This is a potentially dangerous operation, so it's

0 commit comments

Comments
 (0)