mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
uuid: make alias get-uuid for vfs_uuid
Because get-uuid looks more like a counterpart to set-uuid, and is more likely come to mind if one knows set-uuid. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
45266e3d49
commit
b53ba64a26
@@ -8540,6 +8540,7 @@ To find a filesystem from the label, use C<guestfs_findfs_label>." };
|
||||
{ defaults with
|
||||
name = "vfs_uuid";
|
||||
style = RString "uuid", [Mountable "mountable"], [];
|
||||
fish_alias = ["get-uuid"];
|
||||
proc_nr = Some 254;
|
||||
tests =
|
||||
(let uuid = uuidgen () in [
|
||||
|
||||
Reference in New Issue
Block a user