X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=df%2Fvirt-df.pod;h=9d05ac97da0944f1b275f6d502d207c4c360c404;hp=d05596aa16efbf7dd4bc97645724314898b0ed3d;hb=f7d18c84dde596699ffc5100fec2cf7b0d582450;hpb=988a8784647a66adbece3c9fb470c06a4cce3cdd diff --git a/df/virt-df.pod b/df/virt-df.pod index d05596a..9d05ac9 100755 --- a/df/virt-df.pod +++ b/df/virt-df.pod @@ -85,11 +85,18 @@ connect to the default libvirt hypervisor. If you specify guest block devices directly (I<-a>), then libvirt is not used at all. +=item B<--csv> + +Write out the results in CSV format (comma-separated values). This +format can be imported easily into databases and spreadsheets, but +read L below. + =item B<-d> guest =item B<--domain> guest -Add all the disks from the named libvirt guest. +Add all the disks from the named libvirt guest. Domain UUIDs can be +used instead of names. =item B<--format=raw|qcow2|..> @@ -123,7 +130,9 @@ Print sizes in human-readable format. You are not allowed to use I<-h> and I<--csv> at the same time. -=item B<--inodes> | B<-i> +=item B<-i> + +=item B<--inodes> Print inodes instead of blocks.