X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2Fvirt-df.pod;h=49c5e0a9b2cbc4232c24ed8d65cc03a8638a786e;hb=11be7d8eee16e6249ed2868b5bd552f29508ec02;hp=e9f416c567ec3b8868a1cf3e75dff2b0e52a0a99;hpb=87fb6d852db04d0d707e6587d4579d1cf2bd05ef;p=libguestfs.git diff --git a/df/virt-df.pod b/df/virt-df.pod index e9f416c..49c5e0a 100755 --- a/df/virt-df.pod +++ b/df/virt-df.pod @@ -85,6 +85,12 @@ 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 @@ -124,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. @@ -211,6 +219,11 @@ have meaning to the shell such as C<#> and space. You may need to quote or escape these characters on the command line. See the shell manual page L for details. +=head1 EXIT STATUS + +This program returns 0 if successful, or non-zero if there was an +error. + =head1 SEE ALSO L,