X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2Fvirt-df.pod;h=df58b4c2dbf86bfbaba383cebf244ac57dcec042;hb=8bc6e9d6a89672bbe1e7469774abe889354deb67;hp=65d78a17190970935a5c2ce3cf5cba17de7534e8;hpb=a711777bedcf64d814bb953ff8771858dbd7161b;p=libguestfs.git diff --git a/df/virt-df.pod b/df/virt-df.pod index 65d78a1..df58b4c 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 @@ -213,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, @@ -241,4 +252,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.