mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
generator: Fix description of xfs_growfs
This function does not return "geometry information". Remove the bogus description.
This commit is contained in:
committed by
rwmjones
parent
f7a24b2ea8
commit
6166304be6
@@ -7366,11 +7366,7 @@ in the returned structure is defined by the API." };
|
||||
["xfs_info"; "/"]], "ret->xfs_blocksize == 4096"), [];
|
||||
];
|
||||
shortdesc = "expand an existing XFS filesystem";
|
||||
longdesc = {|Grow the XFS filesystem mounted at C<path>.
|
||||
|
||||
The returned struct contains geometry information. Missing
|
||||
fields are returned as C<-1> (for numeric fields) or empty
|
||||
string.|} };
|
||||
longdesc = {|Grow the XFS filesystem mounted at C<path>.|} };
|
||||
|
||||
{ defaults with
|
||||
name = "rsync"; added = (1, 19, 29);
|
||||
|
||||
Reference in New Issue
Block a user