diff --git a/generator/actions_core.ml b/generator/actions_core.ml index c0921d07d..20f6e8436 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -5724,7 +5724,7 @@ filesystem can be found. To find the label of a filesystem, use C." }; { defaults with - name = "findfs_partuuid"; added = (1, 5, 3); + name = "findfs_partuuid"; added = (1, 53, 5); style = RString (RDevice, "device"), [String (PlainString, "uuid")], []; impl = OCaml "Findfs.findfs_partuuid"; shortdesc = "find a partition by UUID"; @@ -5736,7 +5736,7 @@ partition can be found. To find the UUID of a partition, use C (C)." }; { defaults with - name = "findfs_partlabel"; added = (1, 5, 3); + name = "findfs_partlabel"; added = (1, 53, 5); style = RString (RDevice, "device"), [String (PlainString, "label")], []; impl = OCaml "Findfs.findfs_partlabel"; shortdesc = "find a partition by label";